pve_node_startall
Start all or filtered virtual machines on a Proxmox node. Provide a list of VMIDs to limit scope and confirm to begin execution.
Instructions
MUTATION: start all (or filtered) guests on a PVE node.
RISK_MEDIUM. Reversible — the inverse of pve_node_stopall. vms = optional CSV of VMIDs to filter the scope. confirm=True to execute.
POST /nodes/{node}/startall Smoke-confirm: endpoint and vms param format not live-verified. May return task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vms | No | ||
| node | No | ||
| 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 |