Deleting a Load Balancer Backend Set

Describes how to delete a backend set from a load balancer.

Note

You cannot delete a backend set used by an active listener.

    1. Open the navigation menu, click Networking, and then click Load Balancers.

    2. Select the Compartment from the list.

      All load balancers and network load balancers in that compartment are listed in tabular form.

    3. (optional) Select a State from the list to limit the load balancers displayed to that state.

    4. (optional) Uncheck Network Load Balancer under Type to only display load balancers.

    5. Click the load balancer whose backend set you want to delete.

      The Load Balancer Details page appears.

    6. Click Backend Sets under Resources.

      The Backend Sets list appears. All backend sets are listed in tabular form.

    7. Click the backend set you want to delete.

      The Backend Set Details page appears.

    8. Click Delete.

      Alternatively, click the Actions icon (Actions icon) associated with the backend set you want to delete and click Delete.

    9. 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.