pve_disk_move
Move a guest disk to another storage. Dry-run shows plan; set confirm=true to execute.
Instructions
MUTATION: move a guest disk to another storage. Dry-run by default — the PLAN shows source->target and whether the source copy is deleted (delete_source=True is HIGH). confirm=True to execute. Async — returns a task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | ||
| kind | No | lxc | |
| node | No | ||
| vmid | Yes | ||
| confirm | No | ||
| delete_source | 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. | |
| target_storage | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |