Forrest logo
back to context overview

qm-destroy

List of commands for qm-destroy:

  • qm-destroy:tldr:1e9fc qm-destroy: Destroy all disks that are not explicitly referenced in a specific virtual machine's configuration.
    $ qm destroy ${vm_id} --destroy-unreferenced-disks
    try on your machine
    explain this command
  • qm-destroy:tldr:639c1 qm-destroy: Destroy a specific virtual machine.
    $ qm destroy ${vm_id}
    try on your machine
    explain this command
  • qm-destroy:tldr:d004e qm-destroy: Destroy a specific virtual machine ignoring locks and forcing destroy.
    $ sudo qm destroy ${vm_id} --skiplock
    try on your machine
    explain this command
  • qm-destroy:tldr:e5a6c qm-destroy: Destroy a virtual machine and remove from all locations (inventory, backup jobs, high availability managers, etc.).
    $ qm destroy ${vm_id} --purge
    try on your machine
    explain this command
back to context overview