task_cancel
Cancel a running desktop pool task like an image push. Preview with confirm=False, then cancel with confirm=True; already applied work is not rolled back.
Instructions
[WRITE] Cancel a running pool task (e.g. an in-progress image push).
confirm=False previews; confirm=True cancels. Work already applied is not rolled back. Audited.
Args: pool_id: The desktop-pool id. task_id: The task id (from task_status). confirm: False previews; True cancels. target: Horizon target from config.yaml; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| confirm | No | ||
| pool_id | Yes | ||
| task_id | Yes |