proxmox_guest_migrate
Migrate VMs and LXC containers between Proxmox nodes, supporting live migration, force, bandwidth limit, and local disk transfer.
Instructions
Migrate a VM or LXC container to another node (type=vm|lxc) (requires elevated permissions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Source node name | |
| vmid | Yes | VM ID to migrate | |
| target | Yes | Target node name | |
| online | No | Live migrate running VM | |
| force | No | Force migration | |
| bwlimit | No | Migration bandwidth limit (MB/s) | |
| with-local-disks | No | Migrate local disks | |
| with-local-storage | No | Migrate local storage | |
| type | Yes |