개요
Launch Configuration은 삭제될 때 어떠한 Auto Scaling Group에서도 사용되고 있는 상태여서는 안됩니다.
요청
요청 파라미터
| 파라미터 명 | 필수 여부 | 타입 | 제약사항 | 설명 | 
|---|---|---|---|---|
| launchConfigurationName | Yes | String | Min : 1, Max : 255 | 삭제할 론치설정명을 입력 | 
| responseFormatType | No | String | - 응답 결과의 포맷 타입 Options : xml | json Default : xml  | 
응답
응답 바디
예시
요청 예시
{AUTOSCALILNG_API_URL}/deleteAutoScalingLaunchConfiguration
?launchConfigurationName=lc-0228
응답 예시
<deleteAutoScalingLaunchConfigurationResponse>
   <requestId>81e1f723-550c-444b-bc39-467f61a2911a</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
</deleteAutoScalingLaunchConfigurationResponse>
에러 코드
아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해주세요
| HTTP Response Code | 리턴 코드 | 리턴 메시지 | 
|---|---|---|
| 400 | 50150 | This is returned when you cannot delete a launch configuration, scaling policy, or auto scaling group because it is being used. |