Clone

Clone

Certified

Clone an LXC container on Proxmox VE

yaml
type: io.kestra.plugin.proxmox.container.Clone
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
Default8006
Defaultfalse