pve_task_stop
Cancel a running Proxmox task by UPID. Dry-run warns of risks; confirm to execute.
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, not a UPID) — the task may run briefly before it sees the signal. Find UPIDs to stop via pve_tasks_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Node the task is running on; defaults to the configured node. | |
| upid | Yes | The task's Unique Process ID (UPID) string to cancel. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the cancellation. | |
| 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 |