DeleteVmDeleteVm
DeleteVmCertified

Delete VM

Delete VM

yaml
type: "io.kestra.plugin.kvm.DeleteVm"
yaml
id: kvm_lifecycle_ssh
namespace: kvmtest.ssh

tasks:
  - id: delete_vm
    type: io.kestra.plugin.kvm.DeleteVm
    uri: "qemu+ssh://[email protected]/system"
    name: "kestra-worker-nodes"
    deleteStorage: true
    failIfNotFound: true
Properties

VM Name

Defaultfalse

Delete Storage

Defaulttrue

Fail if VM not found

Libvirt URI

SubTypestring

List of deleted volumes

Defaultfalse

Result of the delete operation