All Products
Search
Document Center

ApsaraDB for ClickHouse:ModifyActiveOperationMaintainConf

Last Updated:Dec 10, 2025

Modifies the configuration of active O&M tasks on a community-compatible ClickHouse 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

CycleType

string

No

The recurrence cycle. Valid values:

  • Month: monthly

  • Week: weekly

Week

CycleTime

string

No

The day of the recurrence cycle.

  • If CycleType is set to Month, this parameter specifies the day of the month. Valid values are 1 to 28. Use a comma (,) to separate multiple days.

  • If CycleType is set to Week, this parameter specifies the day of the week. Valid values are 1 to 7. Use a comma (,) to separate multiple days.

1

MaintainStartTime

string

No

The start time of the maintenance window. Use the HH:mmZ format. The time is in UTC.

07:00Z

MaintainEndTime

string

No

The end time of the maintenance window. Use the HH:mmZ format. The time is in UTC.

20:00Z

Status

integer

No

Specifies whether the configuration is enabled. Valid values:

  • 1: Enabled.

  • 2: Disabled.

1

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

2FED790E-FB61-4721-8C1C-07C627FA5A19

Examples

Success response

JSON format

{
  "RequestId": "2FED790E-FB61-4721-8C1C-07C627FA5A19"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.