Delete cloud server
Once deleted, the cloud server and its disks cannot be restored.
The local boot disk is deleted with the server, the network boot disk can be disconnected from the server before deletion.
Control panel
OpenStack CLI
-
To save the data, disconnect the network boot disk from the server.
-
In the Control panel, on the top menu, click Products and select Cloud Servers.
-
From the server's menu, select Delete Server.
-
Optional: Select the disk to delete. To delete all disks, select the Delete disks from this server checkbox.
If you selected boot disks and additional disks when removing the server, they will be removed by the cloud platform's built-in tools.
-
Click Delete.
If network ports are connected to the server, removing them via the OpenStack CLI will not delete them, but will only disconnect them from the server. To delete a port, use the Delete Port instruction.
-
To save the data, disconnect the network boot disk from the server.
-
Delete the cloud server:
openstack server delete <server>
Specify
<server>
— server ID or name. The list of servers can be viewed using theopenstack server list
command