Skip to main content

memanto forget

Delete a single memory from the active agent.
memanto forget MEMORY_ID [OPTIONS]
Arguments:
  • MEMORY_ID - ID of the memory to delete (required)
Options:
  • -f, --force - Delete without asking for confirmation
Examples: Delete with a confirmation prompt:
memanto forget b7c3cf31-e537-49f1-abc4-c50ac6adeac5
Delete without confirmation:
memanto forget b7c3cf31-e537-49f1-abc4-c50ac6adeac5 --force
Output:
Memory deleted successfully!
  Memory ID: b7c3cf31-e537-49f1-abc4-c50ac6adeac5
  Agent: customer-support
  Completed in 0.41s
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.