amber_restore_memory
Restore deleted memories from the trash using their IDs. Memories become searchable and visible again. Use after listing deleted memories to recover accidentally removed content.
Instructions
Un-delete memories from the trash, making them searchable and visible in amber_list_memories again. Use after amber_search_deleted_memories or amber_list_deleted_memories to recover accidentally deleted content. Do NOT use for new content — use amber_store_memory instead.
Provide memory_id (single) or memory_ids (batch, max 100). At least one is required. Idempotent: already-active memories are skipped. Side effects: moves memories from trash to active. Returns restored_count. Returns code: not_found if no IDs matched deleted memories. Requires an active subscription. Not rate-limited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | No | UUID of a single memory to restore. Omit if using `memory_ids` for batch. | |
| memory_ids | No | Array of memory UUIDs to restore in one call (max 100). Omit if using `memory_id` for single. |