Shelve server
Method | URI | Description |
---|---|---|
POST | /v2/{tenant_id}/servers/{server_id}/action | 仮想サーバを解放します。 |
Normal response codes: 202
注意:
解放するインスタンスにアタッチされているシステムボリューム及び増設ボリュームは、当該インスタンスに割り当てたままであり、解放しません。
Request
下表は、退避サーバ表示リクエストのURIパラメーターの一覧です。
Name | Type | Description |
---|---|---|
{tenant_id} | String | プロジェクトID |
{server_id} | UUID | 対象とする仮想サーバの仮想サーバID |
shelve | String | リクエストボディでshelveアクションを指定してください。 |
本操作ではリクエストボディ部の指定は不要です。
Example. Shelve server : JSON request
{
"shelve": null
}
Response
本操作ではレスポンスヘッダーのみ応答します。