Skip to main content

memanto forget

Permanently delete a single memory from the active agent.
This cannot be undone. To retire a memory reversibly — keeping its content and leaving it recallable — use memanto memory expire instead.
Arguments:
  • MEMORY_ID - ID of the memory to delete (required)
Options:
  • -f, --force - Delete without asking for confirmation
Examples: Delete with a confirmation prompt:
Delete without confirmation:
Output:
Notes:
  • Requires an active agent. Run memanto agent activate <agent-id> first.
  • Operates on the active agent’s namespace.
  • Prompts for confirmation unless --force is used.
  • You can find a memory’s ID in the output of memanto recall.
  • Backed by the Delete Memory API endpoint.
  • See Memory Lifecycle for expire-vs-delete.