Deleting an OCI Database with PostgreSQL Database System Node

Delete a OCI Database with PostgreSQL database system node.

Note

You can't delete a database system's primary node.
    1. On the Database systems list page, select the database system that you want to work with. If you need help finding the list page or the database system, see Listing OCI Database with PostgreSQL Database Systems.
      The database system's details page opens.
    2. Select Database system nodes.
      The Database system nodes page appears.
    3. Find the node you want to delete. From the Actions menu, select Delete.
      The Restart database system panel opens.
    4. When prompted, confirm the deletion.
  • Use the oci psql db-system patch command and required parameters to delete a node:

    oci psql db-system patch --db-system-id <database_OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the PatchDbSystem operation to delete a node.