rollback_transaction
Roll back the active transaction to discard all changes made since it began, then close the transaction. Returns status confirmation or error if no transaction is active.
Instructions
Rollback the current transaction.
Discards all changes made since begin_transaction was called. The transaction is closed after rollback.
Returns: Dictionary containing: - status: success or error - in_transaction: False after successful rollback - message: Confirmation message
Note: If no transaction is active, returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||