View source: R/autoscaling_operations.R
autoscaling_delete_warm_pool | R Documentation |
Deletes the warm pool for the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_delete_warm_pool/ for full documentation.
autoscaling_delete_warm_pool(AutoScalingGroupName, ForceDelete = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.