Update service
render_update_serviceUpdate a Render service by providing its service ID and optionally modifying name, repo, image, branch, auto-deploy settings, or service details. Changes are applied immediately via the Render API.
Instructions
Update service. Update the service with the provided ID. Calls PATCH /services/{serviceId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| repo | No | ||
| image | No | ||
| branch | No | ||
| rootDir | No | ||
| serviceId | Yes | The ID of the service | |
| autoDeploy | No | yes | |
| buildFilter | No | ||
| serviceDetails | No |