Restore an interrupted server
You can restore an interrupted server to EXPIRED
status — resume its operation.
Recovery depends on the type of boot disk:
- if the disk is networked, the server recovers from the disk and continues to operate in the state it was in when it stopped;
- if the disk is local, a new cloud server is created from the image from which it was created. Data that was on the local disk is not restored.
carefully
Once restored, the server will continue to be intermittent and will be stopped by Selectel at any time within 24 hours of restoration.
Control panel
OpenStack CLI
- In the dashboard, on the top menu, click Products and select Cloud Servers.
- From the server's menu, select Resume.
-
Reactivate the cloud server:
openstack server unshelve <server>
Specify
<server>
— Server ID or name, can be viewed using theopenstack server list
command.