# NOT RUN {
# This example deletes the specified Auto Scaling group.
# }
# NOT RUN {
svc$delete_auto_scaling_group(
AutoScalingGroupName = "my-auto-scaling-group"
)
# }
# NOT RUN {
# This example deletes the specified Auto Scaling group and all its
# instances.
# }
# NOT RUN {
svc$delete_auto_scaling_group(
AutoScalingGroupName = "my-auto-scaling-group",
ForceDelete = TRUE
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab