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.
    1. Open the navigation menu and click Databases. Under PostgreSQL, click Configurations.
    2. (Optional) In the List scope section, under Compartment, select a compartment.
    3. In the Filters section, under Type, select Custom.
    4. In the Configurations table, click the name of the configuration that you want to delete.
    5. On the Configuration detail page, click Delete.
    6. 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.