Deleting a Network Load Balancer Backend Set

Remove a backend set from a network load balancer.

Note

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

    1. On the Network load balancers list page, find the network load balancer that you want to work with. If you need help finding the list page or the network load balancer, see Listing Network Load Balancers.
    2. On the details page, select Backend sets.
    3. From the Actions menu for the backend set you want, select Delete.
    4. When prompted, confirm the deletion.
  • Use the oci nlb backend-set delete command and required parameters to delete a network load balancer's backend set:

    oci nlb backend-set delete --backend-set-name backend_set_name --network-load-balancer-id network_load_balancer_ocid [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteBackendSet operation to delete a backend set from a network load balancer.