Shelve server
Method | URI | Description |
---|---|---|
POST | /v2/{tenant_id}/servers/{server_id}/action | Shelves a running server. |
Normal response codes: 202
CAUTION:
The system volume and expansion volume attached to the instance that is to be shelved remain assigned to the applicable instance, without being released.
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. |
shelve | String | Specify the shelve action in the request body. |
This operation does not require a request body
Example. Shelve server : JSON request
{
"shelve": null
}
Response
This operation does not return a response body.