Restarting an Exclusive Cluster
Function
This API is used to restart an exclusive cluster created by a user.
URI
- URI format
POST /v1.0/{project_id}/reserved_cluster/{cluster_id}/restart
- Parameter description
Table 1 URI parameter description Parameter
Mandatory
Description
project_id
Yes
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
cluster_id
Yes
ID of an exclusive cluster.
Request
- Example request
{ "cluster_id":"10" }
- Parameter description
Table 2 Request parameter Parameter
Mandatory
Type
Description
cluster_id
Yes
String
ID of an exclusive cluster.
Response
- Example response
{ "message_id": "CS.20049", "message": "Cluster is restarting.", "current_time": 1533686888000 } - Parameter description
Table 3 Response parameters Parameter
Mandatory
Type
Description
message_id
No
String
Message type ID.
message
No
String
Message content.
current_time
No
Int
Current time, expressed by milliseconds.
Status Code
Table 4 describes the status code.
Error Code
For details, see Error Codes.
Last Article: Terminating an Exclusive Cluster
Next Article: Querying the List of Jobs Running in an Exclusive Cluster
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.