databases_update
Modify an existing database's configuration, including its name and enabled status, using its unique identifier within Appwrite projects.
Instructions
Update a database by its unique ID.
Input Schema
TableJSON 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. |