forget
Remove indexed code memories by ID, type, tags, or age. Delete outdated or irrelevant semantic search results to keep your codebase clean.
Instructions
DESTRUCTIVE: Remove memories matching specified criteria.
Delete by: memory_id, memory_type, tags, older_than (1d, 7d, 30d, 1y)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Codebase path for auto-loading | |
| tags | No | Delete memories with these tags | |
| memory_id | No | Specific memory ID to delete | |
| older_than | No | Delete older than: 1d, 7d, 30d, 1y | |
| memory_type | No | Delete all of this type |