memory_write_cancel
Cancel a pending memory write before it commits using its pending ID. Returns existed=False if the ID is expired or invalid.
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 | |||