- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- 仮想マシン
- 削除
削除
対象の仮想マシンの削除を行います。
DELETE /api/1.0/vm/{vmId}
※ vmId :削除する仮想マシンのID
| Request parameters | ||||
|---|---|---|---|---|
| Name | Description | Type | Data type | Required |
| Authorization | Bearer [APIキー] | header | String | True |
| Successful Response | |||
|---|---|---|---|
| Response Code | 200 OK | ||
| Response Headers | Content-type: application/json | ||
| Response parameters | |||
| Name | Description | Example | Data type |
| なし | |||
| 実行例 |
|---|
|
# Execute request curl -X DELETE -H "Authorization:$token" -H Content-Type:application/json https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/vm/bf656371432641669ced2251631b09f0 |
| レスポンス例 |
|---|
|