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 you turn off the server, the operating system will shut down gracefully. The power will then be turned off.
If the server does not respond within a certain time, it will be shut down forcibly. Unsaved data may be lost in the event of a forced shutdown.
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, and 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 Shut down. 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 charged. At the same time, other cloud platform resources continue to be billed: network volumes, public IP addresses, and 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 you resume a server, a cloud server is created with the same amount of vCPU, RAM, and GPU 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 entirely preserved, and the server's operation can be resumed — it will continue running in the state it was in at the time of pausing.
If the cloud server is suspended, all cloud platform resources continue to be billed: vCPU, RAM, local and network volumes, GPU, public IP addresses, and 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 theopenstack server listcommand.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 theopenstack server listcommand.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.