Clone
Certified
Clone an LXC container on Proxmox VE
Clone
Certified
Clone an LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.container.CloneExamples
yaml
id: clone_container
namespace: company.team
tasks:
- id: clone
type: io.kestra.plugin.proxmox.container.Clone
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: "300"
newId: 301
newName: cloned-container
Properties
host *Requiredstring
newId *Requiredintegerstring
node *Requiredstring
vmName *Requiredstring
newName string
password string
port integerstring
Default
8006tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false