All Products
Search
Document Center

ApsaraDB for ClickHouse:ModifyActiveOperationTasks

Last Updated:Dec 10, 2025

Modifies the switch time for operations and maintenance (O&M) events on a ClickHouse Community-compatible cluster.

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

Ids

string

Yes

The O&M task IDs. Separate multiple IDs with commas (,).

188****,188****,188****

SwitchTime

string

Yes

The time to initiate the switch operation. The time is in UTC and the format is YYYY-MM-DDTHH:mm:ssZ.

2023-01-09T05:00:00Z

ImmediateStart

integer

No

Specifies whether to immediately execute the O&M task. Valid values:

  • 1: Execute immediately.

  • 0: Execute at the specified time.

0

Response elements

Element

Type

Description

Example

object

Ids

string

The O&M event IDs. Multiple IDs are separated by commas (,).

188****,188****,188****

RequestId

string

The request ID.

617242AA-04D8-5AF0-8C0C-6E53DDA8C3C3

Examples

Success response

JSON format

{
  "Ids": "188****,188****,188****",
  "RequestId": "617242AA-04D8-5AF0-8C0C-6E53DDA8C3C3"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.