origin_bridge_cancel_task
Cancel a queued or running Origin background task by providing its task ID. Stop ongoing operations or remove queued tasks.
Instructions
Cancel a queued Origin bridge task or mark a running task for cancellation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional Origin bridge host override. Normally omit to use configured localhost. | |
| port | No | Optional Origin bridge TCP port override. Normally omit to use the handshake value. | |
| token | No | Optional bridge authentication token override. Normally omit to use the handshake. | |
| task_id | Yes | Background task identifier returned by origin_bridge_submit_task. | |
| timeout | No | Bridge request timeout in seconds; null uses the configured default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||