Description

作成済みVMを削除します。

ロードバランサーのメンバーとして紐付いているVMは削除できません。

Request URL

Compute API

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 path テナントIDを指定します。
server_id サーバーID path サーバーIDを指定します。

Response Code

Success

204

Example

Request

curl -i -X DELETE \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://compute.tyo1.conoha.io/v2/テナントID/servers/サーバーID

Response

HTTP/1.1 204 No Content
Date: Tue, 09 Dec 2014 03:18:22 GMT
Server: Apache
Content-Length: 0
Content-Type: application/json

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。