Deleting a Configuration
Delete 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.
- Open the navigation menu and click Databases. Under PostgreSQL, click Configurations.
- (Optional) In the List scope section, under Compartment, select a compartment.
- In the Filters section, under Type, select Custom.
- In the Configurations table, click the name of the configuration that you want to delete.
- On the Configuration detail page, click Delete.
- Click Delete configuration to confirm when prompted.
Use the
oci psql configuration delete
command and required parameters to delete a configuration:oci psql configuration delete --configuration-id <configuration_OCID> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the DeleteConfiguration operation to delete a configuration.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.