Listing Snapshots
prlctl snapshot-list <vm_id | vm_name> [{-t,--tree] | [-i,--id <snapid>}] [-j, json]
Lists the virtual machine snapshot tree. There are three modes of snapshot listing:
If the -t, --tree option is specified, the tree is displayed using ASCII graphics.
If the -i, --id <snapid> option is specified, the specified snapshot information is displayed.
If no option is specified, the snapshot tree is displayed as a table with two columns: PARENT_SNAPSHOT_ID, SNAPSHOT_ID.
The optional -j, --json parameter produces an output in JSON format.
Last updated