virsh-snapshot-delete: add page (#23657)

This commit is contained in:
Managor
2026-08-25 16:23:45 +03:00
committed by GitHub
parent 7b23b46c70
commit bd0c9821f2
+16
View File
@@ -0,0 +1,16 @@
# virsh snapshot-delete
> Delete a snapshot.
> More information: <https://manned.org/virsh>.
- Delete a snapshot and merge it to its children:
`sudo virsh snapshot-delete "{{vm_name}}" "{{snapshot_name}}"`
- Delete only the metadata, leaving the snapshot contents in place:
`sudo virsh snapshot-delete "{{vm_name}}" "{{snapshot_name}}" --metadata`
- Display help:
`virsh snapshot-delete --help`