Forrest logo
back to context overview

qm-shutdown

List of commands for qm-shutdown:

  • qm-shutdown:tldr:09e85 qm-shutdown: Shutdown a virtual machine.
    $ qm shutdown ${VM_ID}
    try on your machine
    explain this command
  • qm-shutdown:tldr:6aba0 qm-shutdown: Shutdown a virtual machine and skip lock (only root can use this option).
    $ qm shutdown --skiplock ${true} ${VM_ID}
    try on your machine
    explain this command
  • qm-shutdown:tldr:6e48a qm-shutdown: Shutdown a virtual machine after wait for at most 10 seconds.
    $ qm shutdown --timeout ${10} ${VM_ID}
    try on your machine
    explain this command
  • qm-shutdown:tldr:89db5 qm-shutdown: Shutdown a virtual machine and do not deactivate storage volumes.
    $ qm shutdown --keepActive ${true} ${VM_ID}
    try on your machine
    explain this command
  • qm-shutdown:tldr:c7276 qm-shutdown: Stop and shutdown a virtual machine.
    $ qm shutdown --forceStop ${true} ${VM_ID}
    try on your machine
    explain this command
back to context overview