# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/parallels-desktop-developers-guide/command-line-interface-utility/manage-virtual-machines-from-cli/snapshot-management/listing-snapshots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
