Stopping and starting clusters
If necessary, you can stop and restart the cluster.
Stopping 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 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.
Starting 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 a cluster, use the start API method: 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.