update_database
Update database connection properties such as name, credentials, and limits while leaving other settings unchanged.
Instructions
Update a database connection's properties.
Only the fields you provide will be updated; omitted fields remain unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ALTR database ID (from `get_databases`). | |
| friendly_database_name | No | Updated display name. | |
| max_number_of_connections | No | Max concurrent connections. | |
| max_number_of_batches | No | Max concurrent batches. | |
| service_user_id | No | Service user identifier. | |
| connection_string | No | Database connection string. | |
| database_password | No | Updated password. | |
| database_username | No | Updated username. | |
| snowflake_role | No | Snowflake role to use. | |
| warehouse_name | No | Snowflake warehouse to use. | |
| should_classify | No | Enable/disable classification. | |
| data_usage_history | No | Enable/disable data usage history. | |
| classification_type | No | Classification type code. | |
| reinvoke | No | Trigger reinvocation of the database setup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||