pve_guest_migrate
Migrate a Proxmox VE guest (LXC or QEMU) to a different node. Dry-run by default shows the plan; set confirm=True to execute the migration asynchronously.
Instructions
MUTATION: migrate a guest to a different node. Dry-run by default — the PLAN shows the guest's live state, the source→target, and the honest blast radius (LXC 'online' is stop→move→start, NOT zero-downtime; QEMU live migration requires shared storage). confirm=True to execute. Async — returns a task UPID; poll with pve_task_status. To drive the same move through PDM instead, use pdm_pve_lxc_migrate or pdm_pve_qemu_migrate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: 'lxc' or 'qemu'. | lxc |
| node | No | Source node name; defaults to the configured node. | |
| vmid | Yes | Numeric VMID/CTID of the guest to migrate. | |
| online | No | QEMU: live migration (zero-downtime, needs shared storage). LXC: stop-move-start restart migration (real downtime). False = offline migration. | |
| target | Yes | Destination node name to migrate the guest to. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the migration. | |
| 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 |