rlm_memory_invalidate
Invalidate a memory record without deleting it, supporting both legacy and V2 IDs, with optional timestamp and reason.
Instructions
Invalidate a Memory V2 record without deleting it. Accepts a legacy memory ID if a migration map exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Legacy or V2 memory ID | |
| invalidated_at | No | Optional ISO timestamp. Defaults to now. | |
| reason | No | Optional human-readable invalidation reason |