logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Proxmox VM Wait - Control VM Shutdown | Online Free DevTools by Hexmos

Control Proxmox virtual machine shutdown with qm wait. Monitor VM status and manage shutdown processes efficiently. Free online tool, no registration required.

qm-wait

Wait until the virtual machine is stopped. More information: https://pve.proxmox.com/pve-docs/qm.1.html.

  • Wait until the virtual machine is stopped:

qm {{[w|wait]}} {{vm_id}}

  • Wait until the virtual machine is stopped with a 10 second timeout:

qm {{[w|wait]}} --timeout {{10}} {{vm_id}}

  • Send a shutdown request, then wait until the virtual machine is stopped with a 10 second timeout:

qm {{[shu|shutdown]}} {{vm_id}} && qm {{[w|wait]}} --timeout {{10}} {{vm_id}}

See Also