proxmox_node_bulk
Perform bulk operations on all guests in a Proxmox node: start all, stop all, or migrate all to another node with configurable parallelism and local disk migration.
Instructions
Bulk guest operations. action=start_all|stop_all|migrate_all (all elevated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| target | No | Target node name | |
| maxworkers | No | Maximum parallel migrations | |
| with-local-disks | No | Include local disks in migration | |
| action | Yes |