Deleting a Load Balancer Backend Set
Describes how to delete a backend set from a load balancer.
You cannot delete a backend set used by an active listener.
-
Open the navigation menu, click Networking, and then click Load Balancers.
-
Select the Compartment from the list.
All load balancers and network load balancers in that compartment are listed in tabular form.
-
(optional) Select a State from the list to limit the load balancers displayed to that state.
-
(optional) Uncheck Network Load Balancer under Type to only display load balancers.
-
Click the load balancer whose backend set you want to delete.
The Load Balancer Details page appears.
-
Click Backend Sets under Resources.
The Backend Sets list appears. All backend sets are listed in tabular form.
-
Click the backend set you want to delete.
The Backend Set Details page appears.
-
Click Delete.
Alternatively, click the Actions icon (
) associated with the backend set you want to delete and click Delete.
-
Confirm the deletion when prompted.
-
Use the oci lb backend-set delete command and required parameters to delete a load balancer's backend set:
oci lb backend-set delete --backend-set-name backend_set_name --load-balancer-id load_balancer-id [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the DeleteBackendSet operation to delete a backend set from a load balancer.