Editing a Load Balancer Listener

Update a listener's configuration for a load balancer.

    1. On the Load balancers list page, find the load balancer that you want to work with. If you need help finding the list page or the load balancer, see Listing Load Balancers.
    2. On the load balancer's details page, select Listeners.
    3. From the Actions menu for the listener, select Edit.
    4. Edit the listener settings. See Creating a Listener for details on specific configurations.
    5. Select Save changes.
  • Use the oci lb listener update command and required parameters to edit a load balancer's listener:

    oci lb listener update --load-balancer-id load-balancer_id --listener-name listener_name --default-backend-set-name default_backend_set_name --port port --protocol protocol [OPTIONS]

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

  • Run the UpdateListener operation to edit a listener for a load balancer.