pve_guest_migrate
Migrate a Proxmox guest to a different node with a dry-run that shows live state, source/target, and blast radius. Confirm to execute 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | lxc | |
| node | No | ||
| vmid | Yes | ||
| online | No | ||
| target | Yes | ||
| 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 |