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.
- Open the navigation menu and select Databases. Under PostgreSQL, select DB Systems.
- (Optional) In the List scope section, under Compartment, select a compartment.
- Select the name of the database system that has the node that you want to delete.
- 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, type "Delete" and select Confirm delete.
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.