pve_task_stop
Stop a running Proxmox task with a dry-run warning about potential data inconsistency. Use confirm=true to execute cancellation.
Instructions
MUTATION (HIGH): stop (cancel) a running task. Dry-run by default — the PLAN warns that stopping a backup/restore/migration/clone mid-flight can leave the target inconsistent, with NO undo. confirm=True to execute. Synchronous cancellation signal (returns null).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| upid | Yes | ||
| confirm | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |