pve_node_stopall
Stop all or selected running guests on a Proxmox VE node. Dry-run mode returns a plan; use confirm to execute the bulk stop.
Instructions
MUTATION: stop ALL (or filtered) running guests on a PVE node.
RISK_HIGH — fleet-wide service outage unless vms filters the scope. For a single guest instead of the whole node use pve_guest_power. Reversible via pve_node_startall, but guests must be restarted inside. Dry-run by default (returns a PLAN); confirm=True executes (POST, Smoke-confirm on the vms param format) and returns {"status": "submitted", "result": <task UPID | None>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vms | No | Optional comma-separated list of VMIDs/CTIDs to limit the scope; omit to stop ALL guests on the node. | |
| node | No | PVE node name whose guests to stop; defaults to the configured node if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the bulk stop. | |
| 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 |