Files
cheatsheet-tldr/tldr/linux/qm-rollback

14 lines
325 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`