Obtains a list of virtual machines registered with the Parallels Service. The command allow to obtain a summary list containing only the virtual machine ID, name, and status or to obtain a detailed information about a specific or all virtual machines.
Syntax
prlctl list [--all] [--template] [--no-header]
[-o, --output name[,name...]] [-s, --sort name|-name]
prlctl list --info [ID|name]
Parameters
Name |
Description |
|
List all, running, stopped, suspended, and paused, virtual machines. If this and the rest of the parameters are omitted, only the running virtual machines will be displayed. |
|
List the available virtual machine templates. The real virtual machines will not be included in the output. |
|
Do not display column headers. |
|
|
|
The ID of the virtual machine for which to display the detailed information. If none specified, the information will be displayed for all registered virtual machines. |
|
Display one (or any combination) of the following fields:
The above fields can be combined in a single command using comma separator (e.g. |
|
Sort the virtual machine list by the specified parameter in ascending order. |
|
Display detailed information about a virtual machine. |
|
The ID of the virtual machine for which to display the detailed information. If not specified, the information will be displayed for all registered virtual machines. |
|
The name of the virtual machine for which to display the detailed information. If not specified, the information will be displayed for all registered virtual machines. |
Links