Update maintenance run
render_update_maintenanceModify the scheduled start time of a maintenance run. Asynchronous update; confirm changes with the retrieve maintenance run API.
Instructions
Update maintenance run. Update the maintenance run with the provided ID. Updates from this endpoint are asynchronous. To check your update's status, use the Retrieve maintenance run endpoint. Calls PATCH /maintenance/{maintenanceRunID} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduledAt | No | The date-time at which the maintenance is scheduled to start. This must be before the pendingMaintenanceBy date-time. | |
| maintenanceRunID | Yes |