Update maintenance run
render_update_maintenanceUpdate a maintenance run's scheduled start time asynchronously. Provide the maintenance run ID and new scheduled date-time, then verify with the retrieve maintenance endpoint.
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 |