Managing cloud server operation
You can manage the operation of a cloud server:
- turn off the server;
- turn on the server;
- freeze the server;
- resume server operation after freezing;
- pause the server;
- resume server operation after pause;
- recreate the server.
If a cloud server is turned off or suspended, all cloud platform resources continue to be billed: vCPU, RAM, local and network volumes, GPU, public IP addresses, public subnets.
If the server is frozen, vCPU, RAM, and GPU are not charged; all other resources are billed. Learn more about the cloud platform payment model in the Cloud Server Payment Model and Pricing article.
Turn off the server
When turning off the server, the operating system will shut down correctly. Power will then be turned off.
If the server does not respond within a certain time, it will be shut down forcibly. If a forced shutdown occurs, unsaved data may be lost.
If the cloud server is turned off, all cloud platform resources continue to be billed: vCPU, RAM, local and network volumes, GPU, public IP addresses, public subnets. Learn more about the cloud platform payment model in the Cloud Server Payment Model and Pricing article.
Control panel
OpenStack CLI
-
In the Control panel, from the top menu, click Products and select Cloud Servers.
-
In the server menu, select Turn off. The server will switch to the
SHUTOFFstatus.
Turn on the server
If the server was turned off, turning it on will reload the operating system, and connect disks and ports.
Control panel
OpenStack CLI
-
In the Control panel, from the top menu, click Products and select Cloud Servers.
-
In the server menu, select Turn on. The server will switch to the
ACTIVEstatus.
Freeze the server
Freezing is a cloud server shutdown where vCPU, RAM, and GPU are transferred to a common resource pool and are no longer billed. At the same time, other cloud platform resources continue to be billed: network volumes, public IP addresses, public subnets. Learn more about the cloud platform payment model.
You can only freeze cloud servers with a bootable network volume. Servers with a local disk cannot be frozen.
Control panel
OpenStack CLI
-
In the Control panel, from the top menu, click Products and select Cloud Servers.
-
In the server menu, select Freeze. The server will switch to the
FROZENstatus.
Resume server operation after freezing
When resuming server operation, a cloud server is created with the same vCPU, RAM, and GPU quantity that it had at the time of freezing. The server is created if resources are available in the common pool.
Control panel
OpenStack CLI
-
In the Control panel, from the top menu, click Products and select Cloud Servers.
-
In the server menu, select Resume. The server will switch to the
ACTIVEstatus.
Pause the server
You can only pause the server using the OpenStack CLI.
The server will be paused. The state of the server and the system will be fully preserved, and the server's operation can be resumed — it will continue running from the state it was in at the time it was stopped.
If the cloud server is suspended, all cloud platform resources continue to be billed: vCPU, RAM, local and network volumes, GPU, public IP addresses, public subnets. Learn more about the cloud platform payment model in the Cloud Server Payment Model and Pricing article.
-
Pause the cloud server:
openstack server pause <server>Specify
<server>— the server ID or name. You can view the list of servers using the commandopenstack server list.The server will switch to the
PAUSEDstatus.
Resume server operation after pause
You can only resume the server's operation after it has been paused using the OpenStack CLI.
If the server was paused, resuming its operation will allow it to continue running in the state it was in at the time of pausing.
-
Reactivate the cloud server:
openstack server unpause <server>Specify
<server>— the server ID or name. You can view the list of servers using the commandopenstack server list.The server will switch to the
ACTIVEstatus.
Recreate the server
When recreating a server, all data on the boot disk is deleted; the IP address and additional disks remain the same.
A cloud server is created with the same source, vCPU, RAM, and GPU quantity that it had before being recreated.
Control panel
OpenStack CLI
-
In the Control panel, from the top menu, click Products and select Cloud Servers.
-
In the server menu, select Recreate server.
-
Save the new password.
-
Confirm server recreation. To do this, enter the server name.
-
Click Recreate.