Roll back deploy
render_rollback_deployRoll back a service to a previous deploy. Provide service ID and deploy ID. Autodeploys remain active, so a subsequent autodeploy could revert the rollback.
Instructions
Roll back deploy. Trigger a rollback to a previous deploy of the specified service. Triggering a rollback with this endpoint does not disable autodeploys for the service. This means an autodeploy might restore changes you had intentionally rolled back. You can toggle autodeploys for your service with the Update service endpoint or in the Render Dashboard. Calls POST /services/{serviceId}/rollback on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployId | Yes | The ID of the deploy to roll back to | |
| serviceId | Yes | The ID of the service |