vm_move_disk
Move a VM disk to another storage with dry-run preview and undo support. Returns a task UPID.
Instructions
[WRITE] Move a VM disk to another storage. Returns task UPID. Async.
Records a reverse move as the undo token when the source storage is known. Pass dry_run=True to read the disk's current placement and preview the move.
Args: vmid: Numeric Proxmox VM id. disk: Disk key, e.g. 'scsi0'. storage: Destination storage id. delete: Remove the source copy after the move completes. dry_run: If True, preview the from→to move without moving anything. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | ||
| node | No | ||
| vmid | Yes | ||
| delete | No | ||
| target | No | ||
| dry_run | No | ||
| storage | Yes |