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`