Validate Blueprint
render_validate_blueprintValidate a render.yaml Blueprint file to confirm syntax, structure, and required fields, and preview the resources it would create. No modifications are made.
Instructions
Validate Blueprint. Validate a render.yaml Blueprint file without creating or modifying any resources. This endpoint checks the syntax and structure of the Blueprint, validates that all required fields are present, and returns a plan indicating the resources that would be created. Requests to this endpoint use Content-Type: multipart/form-data. The provided Blueprint file cannot exceed 10MB in size. Calls POST /blueprints/validate on the Render Public API. Usage: Pass the render.yaml contents as text in file — a path is not read for you. Validate before render_update_blueprint, which syncs whatever is in the repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The render.yaml file to validate, as a binary file. Provide the file contents as text. | |
| ownerId | Yes | The ID of the workspace to validate against. Obtain your workspace ID from its Settings page in the Render Dashboard. |