Deleting a Node
Delete a OCI Database with PostgreSQL database system node.
Note
You can't delete a database system's primary node.
You can't delete a database system's primary node.
- On the Database systems list page, select the database system that contains the node that you want to work with. If you need help finding the list page or the database system, see Listing Database Systems.
- On the database system details page, under Resources, select Database system nodes.
- Select the next to the node that you want to delete and then select Delete.
- 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.
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.