mimir_purge
Permanently delete archived entities and reclaim disk space with VACUUM. Use dry_run=true to preview deletions; action is irreversible.
Instructions
Permanently delete all archived entities and run VACUUM to reclaim disk space. This is the only operation that actually removes entities — prune/forget only soft-archive. Archived entities are DELETED and NOT RECOVERABLE. Supports dry_run=true to preview first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, report what would be deleted without making changes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Whether this was a dry run | |
| bytes_freed | No | Bytes reclaimed after VACUUM (0 in dry-run mode) | |
| entities_deleted | No | Number of archived entities permanently deleted | |
| completed_at_unix_ms | No | Completion timestamp |