Start

Start

Certified

Start an LXC container on Proxmox VE

yaml
type: io.kestra.plugin.proxmox.container.Start
yaml
id: start_container
namespace: company.team

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