Change database password
hosting_changeDatabasePasswordV1Updates the password for a specified database user. Use this tool after retrieving the full database name, then apply the new password to any website configuration that uses it.
Instructions
Changes the password for the specified database user.
The database name must be the full name returned by the list databases endpoint. The password must also be updated in any website configuration that uses this database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full database name as returned by the list databases endpoint. | |
| password | Yes | New database user password. | |
| username | Yes | username parameter |