Skip to content

Delete Warm Pool

autoscaling_delete_warm_pool R Documentation

Deletes the warm pool for the specified Auto Scaling group

Description

Deletes the warm pool for the specified Auto Scaling group.

For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Usage

autoscaling_delete_warm_pool(AutoScalingGroupName, ForceDelete)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

ForceDelete

Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

Value

An empty list.

Request syntax

svc$delete_warm_pool(
  AutoScalingGroupName = "string",
  ForceDelete = TRUE|FALSE
)