Migrate
Certified
Migrate an LXC container to another Proxmox VE node
Migrate
Certified
Migrate an LXC container to another Proxmox VE node
yaml
type: io.kestra.plugin.proxmox.container.MigrateExamples
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
host *Requiredstring
node *Requiredstring
targetNode *Requiredstring
vmName *Requiredstring
password string
port integerstring
Default
8006tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false