Kill a running Wiro task
kill_taskTerminate a running task immediately. Stops active tasks on Wiro AI and discards in-progress work; queued tasks use cancel instead.
Instructions
Stop a task that is already running. This changes remote state and can discard in-progress work. Use cancel_task for a task that is still queued.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskid | No | The task ID (alternative to tasktoken). | |
| tasktoken | No | The task token returned from run_model. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| action | Yes | ||
| message | Yes | ||
| success | Yes |