cancel_task
Cancel a specific task. Use force option to also cancel all open subtasks.
Instructions
Cancel a task. Use force=True to cancel all open subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| task_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| affected | No | Subtask ids whose status changed as a side effect of force; omitted when nothing cascaded. |