HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

qm delsnapshot — Delete virtual machine snapshots. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_

Submitted by: @import:tldr-pages··
0
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 1

Code 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 1

Context

tldr-pages: linux/qm delsnapshot

Revisions (0)

No revisions yet.