Previous page

Next page

Locate page in Contents

Print this page

Pausing Virtual Machines

Pausing a running virtual machine releases the resources, such as RAM and CPU, currently used by this virtual machine. The released resources can then be used by the host or other running virtual machines and Containers.

To pause a virtual machine, you can use the prlctl pause command. For example, the following command pauses the My_VM virtual machine:

# prlctl pause My_VM

Pause the VM...

The VM has been successfully paused.

You can check that the virtual machine has been successfully paused by using the prlctl list -a command:

# prlctl list -a

STATUS IP_ADDR NAME

running 10.10.10.101 101

paused 10.10.10.201 My_VM

The command output shows that the My_VM virtual machine is paused at the moment. To continue running this virtual machine, execute this command:

# prlctl start My_VM

Starting the VM...

The VM has been successfully started.