Forrest logo
back to context overview

qm-wait

List of commands for qm-wait:

  • qm-wait:tldr:184e0 qm-wait: Wait until the virtual machine is stopped with a 10 second timeout.
    $ qm wait --timeout ${10} ${vm_id}
    try on your machine
    explain this command
  • qm-wait:tldr:afe21 qm-wait: Send a shutdown request, then wait until the virtual machine is stopped with a 10 second timeout.
    $ qm shutdown ${vm_id} && qm wait --timeout ${10} ${vm_id}
    try on your machine
    explain this command
  • qm-wait:tldr:f3cdb qm-wait: Wait until the virtual machine is stopped.
    $ qm wait ${vm_id}
    try on your machine
    explain this command
back to context overview