サーバー削除
Description
指定されたサーバーを削除します。
サーバーが停止状態 かつ ネットワーク(バランシング・ポートフォワード)設定がされていない状態で削除可能です。
外部ディスクプランの場合は、ブートディスク領域のボリュームは削除されませんので、仮想サーバーの削除後、ボリューム削除のAPIを実行してください。
Request URL
Compute API v2 DELETE v2/{tenant_id}/servers/{server_id}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークン発行 にて払い出されたID |
tenant_id | テナントID | URI | コントロールパネルにてAPI情報をご確認ください。 |
server_id | サーバーID | plain | サーバー一覧取得 にて対象サーバーのサーバーIDをご確認ください。 |
Response
-
Normal response codes
204
Example
-
Request
curl -i -X DELETE \ -H "Accept: application/json" \ -H "X-Auth-Token: トークンID" \ サーバー操作エンドポイント/servers/サーバーID
-
Response
This operation does not return a response body.