forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Zheng, Xiu <zhengxiu@huawei.com> Co-committed-by: Zheng, Xiu <zhengxiu@huawei.com>
6.6 KiB
6.6 KiB
Restarting a Cluster
Function
This API is used to restart a cluster. Restarting the cluster will interrupt ongoing services.
URI
POST /v1.0/{project_id}/clusters/{cluster_id}/restart
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
cluster_id |
Yes |
String |
ID of the cluster to be restarted. |
Request
None
Response
None
Examples
None
Status Code
Table 2 describes the status code.
Parent topic: Cluster Management APIs