Manage the operation of the cloud server
You can manage the operation of the cloud server: turn off and incorporate, freeze and restart after a freeze, suspend and pause.
If the cloud server is shut down or suspended, all fees continue to apply cloud platform resources vCPU, RAM, local and network disks, GPU, public IP addresses, public subnets. If the server is frozen, vCPU, RAM and GPU are not charged, while all other resources are charged. Read more about cloud platform payment models.
Shut down the server
When shutting down the server, the operating system will shut down correctly, the power will be turned off.
If the server does not respond within a fixed time, it will be stopped forcibly — unsaved data may then be lost.
If the cloud server is turned off, all charges continue to apply cloud platform resources: vCPU, RAM, local and network disks, GPU, public IP addresses, public subnets. Read more about cloud platform payment models.
Control panel
OpenStack CLI
- In control panel go to Cloud platform → Servers.
- On the menu. of the server select Off. The server will go into status
SHUTOFF
.
-
Turn off the cloud server:
openstack server stop <server>
Specify
<server>
— ID or server name. The list can be viewed using the commandopenstack server list
The server will go into status
SHUTOFF
.