Migrate

Migrate

Certified

Migrate a QEMU virtual machine to another Proxmox VE node

yaml
type: io.kestra.plugin.proxmox.vm.Migrate
yaml
id: migrate_vm
namespace: company.team

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