deleteAutoScalingGroup

Prev Next

Overview

Delete a specified Auto Scaling Group. This is only possible when there are no server instances in the group and no scaling actions are in progress.

Request

Request parameters

Parameter name Required Type Restrictions Description
autoScalingGroupName Yes String Min: 1, Max: 255 Enter the name of the auto scaling group to delete.
responseFormatType No String - Format type of the response result
Options: xml | json
Default: xml

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>