Deleting an OCI Database with PostgreSQL Configuration
Remove an OCI Database with PostgreSQL database system configuration.
Note
You can't delete default configurations, but you can delete custom configurations.
You can't delete default configurations, but you can delete custom configurations.
- On the Configurations list page, find the configuration that you want to work with. If you need help finding the list page or the configuration, see Listing OCI Database with PostgreSQL Configurations.
- From the Actions menu, select Delete.
- When prompted, confirm the deletion.
The configuration you deleted no longer appears in the Configurations list. Use the
oci psql configuration deletecommand and required parameters to delete a configuration:oci psql configuration delete --configuration-id <configuration_ocid> [OPTIONS]To get your configuration's OCID, see Listing Configurations.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the DeleteConfiguration operation to delete a configuration.