Displays a list of virtual machines on the Hardware Node. Displays information on virtual machines on the Hardware Node.
Syntax.
prlctl list --vmtype vm [-a, --all] [-o, --output <field>[,...]] [-s, --sort {<field>|-<field>}] [-t, --template] [-j, --json] prlctl list -i, --info --vmtype vm [<VM_name>] [-f, --full] [-t, --template] [-j, --json]
Table 4.7. Options
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 available virtual machine templates instead of actual virtual machines. |
| Display only the specified fields. Type field names in lower case. Separate multiple fields with commas. For the list of fields, see Section 3.2.15.1, “prlctl list Output Parameters”. |
| Sort virtual machines by the specified field in either ascending or descending order. |
| Display detailed information about the specified virtual machine. |
| Display detailed information about network cards in virtual machines. Used with the |
| 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. |
| Produce machine-readable output in the JSON format. |