Stop
Certified
Stop an LXC container on Proxmox VE
Stop
Certified
Stop an LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.container.StopExamples
yaml
id: stop_container
namespace: company.team
tasks:
- id: stop
type: io.kestra.plugin.proxmox.container.Stop
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