Deleting a Network Load Balancer Backend Server

Remove a backend server from a network load balancer.

    1. On the Network load balancers list page, select 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. On the details page for the backend set, select Backends.

      All backend servers in the selected backend set are displayed in a table.

    4. On the details page for the backend set, select Backends.
    5. In the Backends section, select the backend server that you want the to delete in the list and select Delete. You can select multiple backend servers and delete them all at the same time.
    6. When prompted, confirm the deletion.
  • Use the oci nlb backend delete command and required parameters to delete the backend server from a network load balancer's backend set:

    oci nlb backend delete --backend-name backend_server_name --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 DeleteBackend operation to delete a backend server from a backend set for a network load balancer.