Deleting a Load Balancer Cipher Suite

Remove a cipher suite from a load balancer.

You cannot delete a cipher suite that is in use. Ensure all listeners and backend sets using the cipher suite you want to delete are managed to a different suite first. You might not have access to all compartments containing associated resources.

Note

You can only delete a custom (Predefined=No) cipher suite.

    1. Open the navigation menu, click Networking, and then click Load balancers. Click Load balancer. The Load balancers page appears.

    2. Select the Compartment from the list. All load balancers in that compartment are listed in tabular form.

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

    4. Select the load balancer whose cipher suite you want to delete. The load balancer's Details page appears.

    5. Click Cipher suites under Resources. The Cipher suites list appears. All cipher suites are listed in tabular form.

    6. Click the cipher suite you want to delete. The cipher suite's Details page appears.

    7. Click Delete.

    8. Confirm the deletion when prompted.

  • Use the oci lb ssl-cipher-suite delete command and required parameters to delete a load balancer's cipher suite:

    oci lb ssl-cipher-suite delete --name name --load-balancer-id load-balancer_id [OPTIONS]

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

  • Run the DeleteSSLCipherSuite operation to delete a cipher suite from a load balancer.