autoscaling_delete_auto_scaling_group {paws.management} | R Documentation |
Deletes the specified Auto Scaling group
Description
Deletes the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_delete_auto_scaling_group/ for full documentation.
Usage
autoscaling_delete_auto_scaling_group(AutoScalingGroupName, ForceDelete = NULL)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ForceDelete |
Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This action also deletes any outstanding lifecycle actions associated with the group. |
[Package paws.management version 0.7.0 Index]