Restore shelved server

Method URI Description
POST /v2/{tenant_id}/servers/{server_id}/action Restores a shelved server.

Normal response codes: 202

CAUTION:

This also restores the system volume and expansion volume that were attached to the instance when it was shelved.

Request

This table shows the URI parameters for the show shelve server:

Name Type Description
{tenant_id} String Project ID
{server_id} UUID The UUID for the server of interest to you.
unshelve String Specify the unshelve action in the request body.

This operation does not require a request body

Example. Restore shelved server : JSON request


{
	"unshelve": null
}       
     

Response

This operation does not return a response body.