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.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the PARA item to archive |
Response
Section titled “Response”{ "id": "...", "status": "archived"}Usage notes
Section titled “Usage notes”- 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.