Skip to content

lb_archive_para_item

Archives a PARA item. Archived items no longer appear in active lists and cannot be assigned to new nodes. The item and its associated nodes remain in the graph — archiving is non-destructive.

ParameterTypeRequiredDescription
idstringYesThe ID of the PARA item to archive
{
"id": "...",
"status": "archived"
}
  • This operation is idempotent. Archiving an already-archived item returns successfully without error.
  • Archiving a PARA item also archives the node-tag associations for that item. Nodes themselves are not deleted — they remain in the graph and can still be found via search.
  • To restore an archived item, use lb_unarchive_para_item.
  • Archived items cannot be used with lb_update_node_tags. Attempting to tag a node with an archived PARA item will return an error.