memstate_delete_project
Remove an entire project and all associated memories while preserving full history through tombstone versions. Use to clean up test data or decommission projects without permanent deletion.
Instructions
Soft-delete an entire project and all its memories. Creates tombstone versions for every memory, preserving full history. The project is hidden from listings but can be restored by creating a new project with the same ID.
USE THIS WHEN: You want to remove all memories for a project, e.g. cleaning up test data or decommissioning a project.
memstate_delete_project(project_id="old-project")
All memories get individual tombstone versions. History is preserved via memstate_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Required. Project ID to soft-delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |