Forrest logo
back to the qm tool

qm-listsnapshot:tldr:be0bf

qm-listsnapshot: List all snapshots of a specific virtual machine.
$ qm listsnapshot ${vm_id}
try on your machine

The command "qm listsnapshot ${vm_id}" is used to list all the existing snapshots for a specific virtual machine (VM) in the Proxmox Virtual Environment (PVE).

Here's a breakdown of the command and its components:

  • "qm" refers to the Proxmox command-line tool for managing QEMU-based virtual machines.
  • "listsnapshot" is the specific subcommand used to list the snapshots.
  • "${vm_id}" is a placeholder for the unique identifier (ID) of the VM for which you want to list the snapshots. You need to replace "${vm_id}" with the actual ID of the VM you are interested in.

By running this command and replacing "${vm_id}" with the appropriate value, you will get a list of all the snapshots associated with the specified virtual machine.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the qm tool