Update
Certified
Update configuration of an LXC container on Proxmox VE
Update
Certified
Update configuration of an LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.container.UpdateExamples
yaml
id: update_container
namespace: company.team
tasks:
- id: update
type: io.kestra.plugin.proxmox.container.Update
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: "300"
cores: 4
memory: 2048
Properties
host *Requiredstring
node *Requiredstring
vmName *Requiredstring
config object
cores integerstring
memory integerstring
password string
port integerstring
Default
8006tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false