mirror of https://github.com/CrimsonTome/tldr.git
9 lines
233 B
Markdown
9 lines
233 B
Markdown
|
# qm rollback
|
||
|
|
||
|
> Rollback the VM state to a specified snapshot.
|
||
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||
|
|
||
|
- Rollback the state of a specific VM to a specified snapshot:
|
||
|
|
||
|
`qm rollback {{vm_id}} {{snap_name}}`
|