Deleting a Load Balancer Cipher Suite
Remove a cipher suite from a load balancer.
You can't delete a cipher suite that's 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't delete a predefined (Predefined=Yes) cipher suite. You can only delete a custom (Predefined=No) cipher suite.
- Open the navigation menu, click Networking, and then click Load balancers. Click Load balancer. The Load balancers page appears.
- Select the Compartment from the list. All load balancers in that compartment are listed in tabular form.
- Select a State from the list to limit the load balancers displayed to that state.
- Select the load balancer whose cipher suite you want to delete. The load balancer's Details page appears.
- Click Cipher suites under Resources. The Cipher suites list appears. All cipher suites are listed in tabular form.
- Click the cipher suite you want to delete. The cipher suite's Details page appears.
- Click Delete. You can also click the associated with the cipher suite you want to delete and select Delete.
- 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.