rollback_transaction
Undo a failed operation by rolling back a transaction. File-backed models restore from backup; others revert via the operation journal, with unrecoverable deletions reported explicitly.
Instructions
Roll a transaction back: file-backed models are restored from the pre-transaction backup and reopened (the model_id may change - run list_open_models). Without a file backup, create/update operations are undone via the operation journal; deletions without backup cannot be undone and are reported explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txn_id | Yes |