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

qm rollback — Rollback the VM state to a specified snapshot. More information: <https://pve.proxmox.com/pve-docs/q

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandsnapshotstateqm rollbackclispecifiedrollback
linux

Problem

How to use the qm rollback command: Rollback the VM state to a specified snapshot. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_rollback>.

Solution

qm rollback — Rollback the VM state to a specified snapshot. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_rollback>.

Rollback the state of a specific VM to a specified snapshot:
qm {{[ro|rollback]}} {{vm_id}} {{snap_name}}

Code Snippets

Rollback the state of a specific VM to a specified snapshot

qm {{[ro|rollback]}} {{vm_id}} {{snap_name}}

Context

tldr-pages: linux/qm rollback

Revisions (0)

No revisions yet.