ouroboros_cancel_execution
Cancel a running or paused execution by providing its ID and an optional reason. The tool validates that the execution is not already finished or failed, preventing invalid cancellation attempts.
Instructions
Cancel a running or paused Ouroboros execution. Validates that the execution exists and is not already in a terminal state (completed, failed, cancelled) before cancelling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for cancellation | Cancelled by user |
| execution_id | Yes | The execution/session ID to cancel |