Delete
Certified
Delete an LXC container on Proxmox VE
Delete
Certified
Delete an LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.container.DeleteExamples
yaml
id: delete_container
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.proxmox.container.Delete
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