clone_vm
Clone a Proxmox QEMU virtual machine to a new VM ID with options for full or linked clone, custom storage, and target node. Returns a task UPID or final status when wait is enabled.
Instructions
Clone a QEMU VM; returns a UPID, or final task status when wait=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| name | No | ||
| node | Yes | ||
| wait | No | ||
| extra | Yes | ||
| newid | Yes | ||
| target | No | ||
| storage | No | ||
| source_vmid | Yes | ||
| wait_timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |