2025-03-14 21:59:59 -06:00
|
|
|
# qm cleanup
|
|
|
|
|
|
|
|
|
|
> Clean up resources on QEMU/KVM Virtual Machine Manager like tap devices, VGPUs, etc.
|
|
|
|
|
> Called after a VM shuts down, crashes, etc.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_cleanup>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Clean up resources:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`qm {{[cle|cleanup]}} {{100}} {{true|false}} {{true|false}}`
|
|
|
|
|
|
|
|
|
|
- Indicate to the system that the VM was not shut down cleanly:
|
|
|
|
|
|
|
|
|
|
`qm {{[cle|cleanup]}} {{100}} false {{true|false}}`
|
|
|
|
|
|
|
|
|
|
- Indicate to the system that the shutdown was requested by the guest:
|
|
|
|
|
|
|
|
|
|
`qm {{[cle|cleanup]}} {{100}} {{true|false}} true`
|