pve_node_migrateall
Migrate all or selected virtual machines from a node to a specified target node. Execution requires explicit confirmation and is not automatically reversible.
Instructions
MUTATION: migrate all (or filtered) guests from a node to a target node.
RISK_HIGH, NOT auto-reversible: reversal requires a second pve_node_migrateall back, which may not restore the original state. target = destination node name (required). confirm=True to execute.
POST /nodes/{node}/migrateall Smoke-confirm: endpoint and body shape not live-verified. May return task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vms | No | ||
| node | No | ||
| target | Yes | ||
| confirm | No | ||
| maxworkers | 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 |