]> git.proxmox.com Git - pve-docs.git/commitdiff
qm: add overrule-shutdown to CLI usage examples
authorFriedrich Weber <f.weber@proxmox.com>
Thu, 18 Apr 2024 13:46:37 +0000 (15:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Apr 2024 21:09:32 +0000 (23:09 +0200)
Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 45e3a5732f310c3786d1b785742c40fa1c4c6179..42c26dbef9fa0a532780cc5e0a52d7e0f119b8d6 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -1839,6 +1839,13 @@ Same as above, but only wait for 40 seconds.
 # qm shutdown 300 && qm wait 300 -timeout 40
 ----
 
+If the VM does not shut down, force-stop it and overrule any running shutdown
+tasks. As stopping VMs may incur data loss, use it with caution.
+
+----
+# qm stop 300 -overrule-shutdown 1
+----
+
 Destroying a VM always removes it from Access Control Lists and it always
 removes the firewall configuration of the VM. You have to activate
 '--purge', if you want to additionally remove the VM from replication jobs,