Tagging a Database System
Manage the tags of an OCI Database with PostgreSQL database system.
- Open the navigation menu and click Databases. Under PostgreSQL, click DB Systems.
- (Optional) In the List scope section, under Compartment, select a compartment.
- Click the name of the database system that you want to manage tags for.
- On the DBSystem details page, click More actions and choose Add tags.
- In the Add tags dialog box, choose a Tag namespace, and choose or enter a Tag key, and enter a Tag value. Click Add tag to add another tag.
- Click Add tags to add tags to the database system.
- (Optional) To edit or remove tags, click the edit icon next to an existing tag on the Tags tab of the DBSystem details page.
Use the
oci psql db-system update
command and the--defined-tags
or--freeform-tags
parameters to update a database:oci psql db-system update --db-system-id <database_OCID> [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateDbSystem operation to add tags to a database.
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.