2025-03-14 21:59:59 -06:00
|
|
|
# qm reboot
|
|
|
|
|
|
|
|
|
|
> Reboot a virtual machine by shutting it down, and starting it again after applying pending changes.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_reboot>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Reboot a virtual machine:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[reb|reboot]}} {{vm_id}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Reboot a virtual machine after wait for at most 10 seconds:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[reb|reboot]}} --timeout {{10}} {{vm_id}}`
|