Update Blueprint
render_update_blueprintUpdate an existing Render Blueprint by providing its ID and optional new name, file path, or auto-sync setting.
Instructions
Update Blueprint. Update the Blueprint with the provided ID. Calls PATCH /blueprints/{blueprintId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No | Path to the Blueprint file in the repository | |
| autoSync | No | Automatically sync changes to render.yaml | |
| blueprintId | Yes | The ID of the Blueprint |