Update

Update

Certified

Update configuration of an LXC container on Proxmox VE

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