deleteAutoScalingLaunchConfiguration
- Print
- PDF
deleteAutoScalingLaunchConfiguration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
A launch configuration being used by an Auto Scaling group cannot be deleted.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
launchConfigurationName | Y | String | Min: 1, Max: 255 | Name of the launch configuration to delete |
Response
Response body
Examples
Request example
{AUTOSCALILNG_API_URL}/deleteAutoScalingLaunchConfiguration
?launchConfigurationName=lc-0228
Response example
<deleteAutoScalingLaunchConfigurationResponse>
<requestId>81e1f723-550c-444b-bc39-467f61a2911a</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteAutoScalingLaunchConfigurationResponse>
Error codes
Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform API.
HTTP response code | Return code | Return message |
---|---|---|
400 | 50150 | This is returned when you cannot delete a launch configuration, scaling policy, or auto scaling group because it is being used. |
Was this article helpful?