# NOT RUN {
# This example detaches the specified load balancer from the specified
# Auto Scaling group.
svc$detach_load_balancers(
AutoScalingGroupName = "my-auto-scaling-group",
LoadBalancerNames = list(
"my-load-balancer"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab