memory_write_cancel
Cancel a pending memory write before it commits by passing the pending_id from the original write response. If the write expired or never existed, the call returns existed=False.
Instructions
Drop a pending memory_write without committing. Pass the pending_id from the original write response. Pending writes expire after 1 hour; if the TTL elapsed (or the id never existed) the call returns existed=False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||