clone_vm
Clone a Proxmox VM to a new ID, with options for full or linked clone, target node, and storage.
Instructions
Clone a VM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Full clone (true) or linked clone (false) | |
| name | No | Name for the cloned VM | |
| node | Yes | The node name | |
| vmid | Yes | The source VM ID | |
| newid | Yes | The new VM ID for the clone | |
| target | No | Target node for the clone | |
| storage | No | Target storage for the clone |