Update workflow
render_update_workflowUpdate a workflow on Render via its ID, changing its name, run command, build config, or auto-deploy settings.
Instructions
Update workflow. Update the workflow service with the provided ID. Calls PATCH /workflows/{workflowId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| runCommand | No | The command to run the workflow | |
| workflowId | Yes | The ID of the workflow | |
| buildConfig | No | ||
| autoDeployTrigger | No | Controls autodeploy behavior. "commit" deploys when a commit is pushed to the branch. "checksPass" waits for CI checks to pass before deploying. "off" disables autodeploy. | commit |