vm_migrate
Migrate a VM to another Proxmox node with live or offline options. Preview with dry_run, then poll completion via task status.
Instructions
[WRITE] Migrate a VM to another node. Returns task UPID. Inverse: migrate back.
Asynchronous — poll completion with task_status. Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. target_node: Destination node name. online: True (default) for live migration; False to migrate while stopped. dry_run: If True, preview without migrating. target: Proxmox target name from config. node: Source node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| online | No | ||
| target | No | ||
| dry_run | No | ||
| target_node | Yes |