13 lines
324 B
Markdown
Raw Normal View History

# pct rollback
> Restore a specific snapshot.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_rollback>.
- Restore a snapshot:
`pct {{[ro|rollback]}} {{100}} {{snapshot_name}}`
- Start the container as soon as the snapshot is restored:
`pct {{[ro|rollback]}} {{100}} {{snapshot_name}} --start`