tables_db_update
Modify a database's configuration in Appwrite by updating its name, status, or other properties using its unique ID.
Instructions
Update a database by its unique ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| name | Yes | Database name. Max length: 128 chars. | |
| enabled | No | Is database enabled? When set to 'disabled', users cannot access the database but Server SDKs with an API key can still read and write to the database. No data is lost when this is toggled. |