Reboot
Certified
Reboot an LXC container on Proxmox VE
Reboot
Certified
Reboot an LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.container.RebootExamples
yaml
id: reboot_container
namespace: company.team
tasks:
- id: reboot
type: io.kestra.plugin.proxmox.container.Reboot
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