LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

qm-listsnapshot

List snapshots of a Proxmox VM

TLDR

List all snapshots of a virtual machine with VMID 100
$ qm listsnapshot [100]
copy

SYNOPSIS

qm listsnapshot vmid

DESCRIPTION

qm listsnapshot lists all snapshots for a specific virtual machine in Proxmox VE. It displays a tree of snapshot names, creation times, and descriptions, showing the parent-child relationship between snapshots.The output indicates the current snapshot with an arrow marker. This helps identify available restore points and manage snapshot storage before performing rollbacks or deletions.

PARAMETERS

vmid

The numeric ID of the virtual machine (100 or higher).

SEE ALSO

Copied to clipboard
Kai