Delete
Certified
Delete a snapshot of a QEMU VM or LXC container on Proxmox VE
Delete
Certified
Delete a snapshot of a QEMU VM or LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.snapshot.DeleteExamples
yaml
id: delete_snapshot
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.proxmox.snapshot.Delete
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: my-vm
snapName: before-upgrade
Properties
host *Requiredstring
node *Requiredstring
snapName *Requiredstring
vmName *Requiredstring
password string
port integerstring
Default
8006resourceType string
Default
VMPossible Values
VMCONTAINERtokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false