paws.networking (version 0.1.6)

elb_delete_load_balancer: Deletes the specified load balancer

Description

Deletes the specified load balancer.

Usage

elb_delete_load_balancer(LoadBalancerName)

Arguments

LoadBalancerName

[required] The name of the load balancer.

Request syntax

svc$delete_load_balancer(
  LoadBalancerName = "string"
)

Details

If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.

If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer still succeeds.

Examples

Run this code
# NOT RUN {
# This example deletes the specified load balancer.
# }
# NOT RUN {
svc$delete_load_balancer(
  LoadBalancerName = "my-load-balancer"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab