Updated on 2025-09-16 GMT+08:00

Updating a Scheduled Event

Function

This API is used to update the execution start time of a scheduled event.

URI

PUT /v3/{project_id}/instance-scheduled-events/{id}

Table 1 describes the parameters in the URI.

Table 1 Path parameters

Parameter

Mandatory

Description

project_id

Yes

Specifies the project ID.

For details about how to obtain the ID, see Obtaining a Project ID.

id

Yes

Specifies the event ID.

Request

Table 2 Query parameters

Parameter

Mandatory

Type

Description

not_before

Yes

String

Specifies when the event is scheduled to start.

The new start time must be earlier than the deadline of the scheduled event start time (not_before_deadline).

Response

None.

Example Request

Update the execution time of a scheduled event.

PUT https://{endpoint}/v3/{project_id}/instance-scheduled-events/0ead944a-72e8-494f-89ba-5846fb7ac5c0

{
 "not_before": "2025-07-09T10:40:00Z"
}

Example Response

None.

Error Codes

See Error Codes.