User guide

prlctl Parameters 15
ID
The ID of the virtual machine whose detailed information you wish to
view.
name
The name of the virtual machine whose detailed information you wish to
view.
-o, --output name
This option is used to display only particular information about the
virtual machine. Currently, you can use the following parameters after
the --output option:
uuid: the ID assigned to the virtual machine;
name: the name assigned to the virtual machine;
status: the current status of the virtual machine.
To display a number of parameters in a single output, they should be
separated with commas (e.g. uuid,name).
-s, --sort name
Sorts the virtual machines in the list by the specified parameter. If "-" is
given before the name of the parameter, the sorting order is reversed.
-v, --verbose
number
Sets the verbosity level for the prlctl list command. The greater
number you specify, the more verbose output prlctl list will
produce.
If no parameter is specified, only the currently running virtual machines will be listed.
prlctl pause, prlctl suspend, prlctl
resume
These commands are used to pause, suspend, and resume a virtual machine, respectively. The
commands have the following syntax:
prlctl pause <ID|name> [-v, --verbose number]
prlctl suspend <ID|name> [-v, --verbose number]
prlctl resume <ID|name> [-v, --verbose number]
The commands are used to perform the following actions:
prlctl pause is used to pause the specified virtual machine;
prlctl suspend is to save the current state of the specified virtual machine by
suspending it;
prlctl resume is used to resume the virtual machine that was suspended with the
prlctl suspend command.
The options available to the commands are explained in the table below:
Parameter Name Description
name
The name of the virtual machine to be paused/suspended/resumed.
ID
The unique ID of the virtual machine you wish to
pause/suspend/resume.
You can use the prlctl list command to learn what ID is
assigned to the virtual machine.