All Products
Search
Document Center

ApsaraDB for ClickHouse:RestartInstanceNodeList

Last Updated:Dec 26, 2025

Batch restart nodes of a ClickHouse Community-compatible Edition instance.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID.

cn-hangzhou

DBClusterId

string

Yes

The cluster ID.

cc-bp108z124a8o7****

PageSize

integer

No

The number of entries to return on each page. Valid values:

  • 30 (default)

  • 50

  • 100

30

PageNumber

integer

No

The page number.

1

RestartTime

string

No

The scheduled restart time. The time is in the yyyy-MM-ddTHH:mmZ format and is in UTC.

Note

If this parameter is left empty or set to a time earlier than the current time, the cluster restarts immediately.

2023-03-22T00:00:50Z

NodeList

array

No

The list of nodes to restart.

string

No

The name of the node to restart.

ck-uf6*****-2**-clickhouse-s-0-r-0

Response elements

Element

Type

Description

Example

object

Schema of response.

RequestId

string

The request ID.

36E3AB2E-E0DA-5C7B-8E29-89EE44926515

Examples

Success response

JSON format

{
  "RequestId": "36E3AB2E-E0DA-5C7B-8E29-89EE44926515"
}

Error codes

HTTP status code

Error code

Error message

Description

500

InternalError

An error occurred while processing your request.

An error occurred while processing your request.

503

ServiceUnavailable

An error occurred while processing your request.

An error occurred while processing your request.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.