Detach Instances
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&InstanceIds.member.N&ShouldDecrementDesiredCapacity&Action=DetachInstances
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
InstanceIds.member.N | null | The IDs of the instances. You can specify up to 20 instances. | |
ShouldDecrementDesiredCapacity | null | Indicates whether the Auto Scaling group decrements the desired capacity value by the number of instances detached. | |
Action | string |