Destroy all disks that are not explicitly referenced in a specific virtual machine's configuration

qm destroy

  • Destroy a virtual machine in QEMU/KVM Virtual Machine Manager.
    More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

qm destroy {{vm_id}} --destroy-unreferenced-disks

click the source code to copy