Stopping and starting clusters
If necessary, you can stop and restart the cluster.
Stop a cluster
Management console
API
To stop all hosts in the cluster:
- Go to the folder page and select Managed Service for SQL Server.
- Find the cluster in the list and click , and select Stop.
- Confirm that you want to stop the cluster and click Stop.
Use the stop
API method to stop all the cluster hosts: pass the ID of the required cluster in the clusterId
request parameter.
To find out the cluster ID, get a list of clusters in the folder.
Start a cluster
Management console
API
To start a cluster:
- Go to the folder page and select Managed Service for SQL Server.
- Find the stopped cluster you need in the list and click , and select Start.
- Confirm that you want to start the cluster and click Start.
To start the cluster, use the start
API method: pass the ID of the desired cluster in the clusterId
request parameter.
To find out the cluster ID, get a list of clusters in the folder.