All Products
Search
Document Center

Hologres:UpdateOperationEventScheduleTime

Last Updated:May 21, 2026

Updates the scheduled execution time for an operation event.

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 syntax

POST /api/v1/instances/{instanceId}/updateOperationEventScheduleTime HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

instanceId

string

Yes

The ID of the instance.

hgprecn-cn-zvp2qfwecxxxx

Request parameters

Parameter

Type

Required

Description

Example

body

object

No

The request body.

id

string

Yes

The event ID.

2034449120420339713

scheduleTime

string

Yes

The new scheduled time in YYYY-MM-DD HH:mm:ss format. The time zone is UTC+8.

2024-08-23 14:55:00

Response elements

Element

Type

Description

Example

object

Container for the response data.

RequestId

string

The unique identifier for the request.

11F64C4C-EC50-5472-BC5D-7FD9F51499F6

Data

boolean

Returns true if the scheduled time is successfully updated, or false otherwise.

true

Examples

Success response

JSON format

{
  "RequestId": "11F64C4C-EC50-5472-BC5D-7FD9F51499F6",
  "Data": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.