From 17538f2c5e17d4eb93757c0b255ceed520666629 Mon Sep 17 00:00:00 2001 From: Sawjan Gurung Date: Sun, 9 Oct 2022 11:41:00 +0545 Subject: [PATCH] qm-delsnapshot: add page (#8852) --- pages/linux/qm-delsnapshot.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/qm-delsnapshot.md diff --git a/pages/linux/qm-delsnapshot.md b/pages/linux/qm-delsnapshot.md new file mode 100644 index 000000000..5e64974ca --- /dev/null +++ b/pages/linux/qm-delsnapshot.md @@ -0,0 +1,12 @@ +# qm delsnapshot + +> Delete virtual machine snapshots. +> More information: . + +- Delete a snapshot: + +`qm delsnapshot {{vm_id}} {{snapshot_name}}` + +- Delete a snapshot from a configuration file (even if removing the disk snapshot fails): + +`qm delsnapshot {{vm_id}} {{snapshot_name}} --force 1`