archive_library_item
Archive a library item by setting its status to 'archived' in the database, keeping it available for search while removing it from default view.
Instructions
Archive a library item (mark as no longer active but keep in DB).
Sets status='archived' in library_seeded table. Item stays available
for search and cross-pollination but disappears from default view.
Args:
relative_path: The relative_path primary key in library_seeded table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |