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.
    1. 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.
    2. From the Actions menu, select Delete.
    3. When prompted, confirm the deletion.
    The configuration you deleted no longer appears in the Configurations list.
  • Use the oci psql configuration delete command 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.