LinuxCommandLibrary

qm-reboot

Reboot a Proxmox virtual machine

TLDR

Reboot a virtual machine

$ qm reboot 100
copy
Reboot with timeout of 10 seconds
$ qm reboot --timeout 10 100
copy

SYNOPSIS

qm reboot [options] vmid

DESCRIPTION

qm reboot reboots a virtual machine by shutting it down gracefully and starting it again. Pending configuration changes are applied during the restart.
The timeout option limits how long to wait for the graceful shutdown before forcing a restart.

PARAMETERS

--timeout seconds

Maximum time to wait for shutdown before forcing restart

CAVEATS

Requires ACPI support in the guest OS for graceful shutdown. If guest doesn't respond within timeout, the VM may be forcefully stopped.

HISTORY

Part of Proxmox VE QEMU/KVM management tools for virtual machine administration.

SEE ALSO

qm(1), qm-reset(1), qm-shutdown(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community