Skip to main content

memanto memory restore

Return an expired memory to active, clearing its expiry stamp entirely.
Arguments:
  • MEMORY_ID - ID of the memory to restore (required)
Examples:
Output:
Notes:
  • Requires an active agent. Run memanto agent activate <agent-id> first.
  • Clears expired_at and expired_by along with the status — no stale stamp is left behind.
  • Find expired memories with memanto recall --expired.
  • A memory that was hard-deleted with memanto forget or purged by memanto policy purge cannot be restored.
  • Backed by the Restore Memory API endpoint.
  • See the Memory Lifecycle reference for the full model.