Post

Proxmox CLI "snapshot qm"

Proxmox CLI "snapshot qm"

List All Snapshot

1
qm listsnapshot <vmid>

Snapshot a VM

1
qm delsnapshot <vmid> <snapname>

Rollback a snapshot

1
qm rollback <vmid> <snapname>

Open a terminal using a serial device

(The VM need to have a serial device configured, for example serial0: socket)

1
qm terminal <vmid> [OPTIONS]

Proxy VM VNC traffic to stdin/stdout

1
qm vncproxy <vmid>
This post is licensed under CC BY 4.0 by the author.