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