Clone
Certified
Clone a QEMU virtual machine on Proxmox VE
Clone
Certified
Clone a QEMU virtual machine on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.vm.CloneExamples
yaml
id: clone_vm
namespace: company.team
tasks:
- id: clone
type: io.kestra.plugin.proxmox.vm.Clone
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: template-vm
newId: 201
newName: cloned-vm
full: true
Properties
host *Requiredstring
newId *Requiredintegerstring
node *Requiredstring
vmName *Requiredstring
full booleanstring
Default
falsenewName string
password string
port integerstring
Default
8006targetNode string
tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false