1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/qm-suspend.md
2023-07-13 08:48:25 +09:00

17 lines
557 B
Markdown

# qm suspend
> Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE).
> Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Suspend a virtual machine by id:
`qm suspend {{vm_id}} {{integer}}`
- Skip the lock check when suspending the VM:
`qm suspend {{vm_id}} {{integer}} --skiplock`
- Skip the lock check for storage when suspending the VM:
`qm suspend {{vm_id}} {{integer}} --skiplockstorage`