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