Delete cloud server
The local boot disk is deleted with the server, the network boot disk can be unsubscribe before removal.
When you remove the server, boot disks and additional disks, if you choose to remove them, are destroyed by the cloud platform's built-in tools. Software-defined storage breaks information into a large number of blocks and stores them on different physical disks — this makes it impossible to recover information if one of the disks is physically accessed. If a physical disk fails, it is connected to the service hardware. If the disk is detected, it is completely wiped by software, if it is not detected, it is decommissioned and destroyed.
Once deleted, the cloud server and its disks cannot be restored.
Control panel
OpenStack CLI
- Optional: to save the data, disconnect from the server network boot disk.
- В control panels go to Cloud platform → Servers.
- On the menu. of the server select Delete server.
- Optional: to delete all disks, check the checkbox. Delete the disks of this server.
- Click Delete.
If there are network ports connected to the server, removing them via the OpenStack CLI will not remove them, but will only disconnect them from the server.
-
Optional: to save the data, disconnect from the server network boot disk.
-
Delete the cloud server:
openstack server delete <server>
Specify
<server>
— ID or server name. The list can be viewed using the commandopenstack server list