Skip to main content

memanto forget

Delete a single memory from the active agent.
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.