Takes, displays, reverts to, and deletes snapshots of a running virtual machine.
Syntax.
prlctl snapshot <VM_name> [-n, --name <name>] [-d, --description <desc>] prlctl snapshot-list <VM_name> [-t, --tree] [-i, --id <snapshot_ID>] prlctl snapshot-switch <VM_name> -i, --id <snapshot_ID> prlctl snapshot-delete <VM_name> -i, --id <snapshot_ID>
Table 4.25. Options
Name | Description |
---|---|
| Virtual machine name. |
| User-defined snapshot name. Names with white spaces must be enclosed in quotation marks. |
| User-defined snapshot description. Descriptions with white spaces must be enclosed in quotation marks. |
| Displays the snapshot list as a tree. The default display format is tabular with Parent Snapshot ID and Snapshot ID as columns. |
|
|
Note
Note: If the snapshot you want to delete has child snapshots derived from it, they will not be deleted.