knowledge_archive
Archive a knowledge page with an optional tombstone note to exclude it from active recall while preserving it for future audit or recovery.
Instructions
Soft-retire a knowledge page: set its status to archived with an optional tombstone note. Archived pages are excluded from knowledge_recall and knowledge_maintain but remain in the database and are fully recoverable via knowledge_restore. Use this instead of deletion when the page may need to be audited or recovered. For deduplication merges, prefer knowledge_supersede which archives and records the relationship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Tombstone note: why this page is being retired | |
| slug | Yes | Slug of the knowledge page to archive |