deleteAutoScalingLaunchConfiguration

Prev Next

概要

オートスケーリングローンチ設定の削除

説明

ローンチ設定は、削除される時にどのオートスケーリンググループでも使用されてない状態である必要があります。

リクエストパラメータ

パラメータ名 必須 タイプ 制約事項 説明
launchConfigurationName Yes String Min : 1, Max : 255 削除するローンチ設定名を入力します。

レスポンスデータタイプ

  • CommonResponseタイプ
CommonResponse extends BaseObject
private String requestId;
private String returnCode;
private String returnMessage;

例示

呼び出し

ncloud autoscaling deleteAutoScalingLaunchConfiguration --launchConfigurationName lc-a413d73b12debca

レスポンス

{
  "deleteAutoScalingLaunchConfigurationResponse": {
    "requestId": "2fb7440e-235a-4e0d-b682-68b9b9795c78",
    "returnCode": "0",
    "returnMessage": "success"
  }
}
<?xml version="1.0" encoding="UTF-8" ?>
<deleteAutoScalingGroupResponse>
  <requestId>6343f27a-8fd5-4de4-ac07-5a088c21ea3d</requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
</deleteAutoScalingGroupResponse>