archive_library_item
Mark a library item as archived, removing it from the default view while retaining it in the database for search and cross-pollination.
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 |