cancel_execution
Cancel an active Huly Process execution by its ID. Idempotent—returns cancelled=false for already cancelled executions and fails for completed ones.
Instructions
Idempotently cancel one Huly Process execution by execution ID. Active executions are marked cancelled; already-cancelled executions succeed with cancelled=false; completed executions fail without changing history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution | Yes | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |