- Documentation Overview
- Getting started with DoubleCloud
- Overview
- Get started
- All instructions
- Create a cluster
- Manage a cluster
- Start and stop a cluster
- Reset cluster password
- Monitor a cluster
- Delete a cluster
- Manage users
- Manage roles
- Manage allowlists
- Change ClickHouse® version
- Create and manage backups
- View a list of operations
- Manage ClickHouse® logs
- Configure cluster maintenance
- Troubleshoot an overloaded cluster
- WebSQL
- DBMS settings reference
- Quotas and Limits
- Glossary
- Resolve issues with ClickHouse
- Questions and answers
- Glossary
Reset a Managed ClickHouse® cluster password
Warning
Once you've reset your password, all the existing endpoints and Visualization connections as well as IDEs and DBMS interfaces to the updated cluster will stop working.
Update the Password field for each of them.
To reset the password for your Managed ClickHouse® cluster:
Console
API
-
Go to the Clusters
-
Click the cluster for which you want to reset the password.
-
On the cluster's information page, find the Password field and click Reset.
-
In the popup window, check the I want to reset the password box and click Reset password. You'll see the following message:
Use the ClusterService
ResetCredentials method and pass the cluster ID in the clusterId
request parameter.
To find the cluster ID, get a list of clusters in the project.
Previous