deleteAutoScalingGroup
- Print
- PDF
deleteAutoScalingGroup
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Deletes the selected Auto Scaling group. An Auto Scaling group can be deleted only when it has no server instances and no scaling actions are in progress for it.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
autoScalingGroupName | Y | String | Min: 1, Max: 255 | Name of the Auto Scaling group to delete |
Response
Response body
Examples
Request example
{AUTOSCALILNG_API_URL}/deleteAutoScalingGroup
&autoScalingGroupName=asg-0228
Response example
<deleteAutoScalingGroupResponse>
<requestId>1027b8ed-1b5d-44ae-a25e-90c1244ca43b</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteAutoScalingGroupResponse>
Was this article helpful?