snippetbashTip
qm delsnapshot — Delete virtual machine snapshots. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_
Viewed 0 times
virtualdeletecommandclimoremachinesnapshotsqm delsnapshot
linux
Problem
How to use the
qm delsnapshot command: Delete virtual machine snapshots. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_delsnapshot>.Solution
qm delsnapshot — Delete virtual machine snapshots. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_delsnapshot>.Delete a snapshot:
qm {{[del|delsnapshot]}} {{vm_id}} {{snapshot_name}}Delete a snapshot from a configuration file (even if removing the disk snapshot fails):
qm {{[del|delsnapshot]}} {{vm_id}} {{snapshot_name}} --force 1Code Snippets
Delete a snapshot
qm {{[del|delsnapshot]}} {{vm_id}} {{snapshot_name}}Delete a snapshot from a configuration file (even if removing the disk snapshot fails)
qm {{[del|delsnapshot]}} {{vm_id}} {{snapshot_name}} --force 1Context
tldr-pages: linux/qm delsnapshot
Revisions (0)
No revisions yet.