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.
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
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.
Returned Values
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot