Migrate

Migrate

Certified

Migrate an LXC container to another Proxmox VE node

yaml
type: io.kestra.plugin.proxmox.container.Migrate
yaml
id: migrate_container
namespace: company.team

tasks:
  - id: migrate
    type: io.kestra.plugin.proxmox.container.Migrate
    host: "{{ secret('PROXMOX_HOST') }}"
    username: "{{ secret('PROXMOX_USERNAME') }}"
    password: "{{ secret('PROXMOX_PASSWORD') }}"
    node: pve
    vmName: "300"
    targetNode: pve2
Properties
Default8006
Defaultfalse