Trigger maintenance run
render_trigger_maintenanceTrigger a scheduled maintenance run asynchronously by its ID. Verify the run started by checking its state, which transitions from scheduled to in_progress upon success.
Instructions
Trigger maintenance run. Trigger the scheduled maintenance run with the provided ID. Triggering maintenance is asynchronous. To check whether maintenance has started, use the Retrieve maintenance run endpoint. As maintenance progresses, the run's state will change from scheduled to other values, such as in_progress and succeeded. Calls POST /maintenance/{maintenanceRunID}/trigger on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maintenanceRunID | Yes |