deleteAutoScalingLaunchConfiguration

Prev Next

Overview

Delete Launch Configuration of Auto Scaling Group

Description

Launch Configuration cannot be deleted when it is being used in any kind of Auto Scaling Group.

Request Parameters

Parameter Required Type Restrictions Description
launchConfigurationName Yes String Min : 1, Max : 255 Name of Launch Configuration to delete

Response Data type

  • CommonResponse Type
CommonResponse extends BaseObject
private String requestId;
private String returnCode;
private String returnMessage;

Examples

Request

ncloud autoscaling deleteAutoScalingLaunchConfiguration --launchConfigurationName lc-a413d73b12debca

Response

{
  "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>