Validate Blueprint
render_validate_blueprintValidate a render.yaml Blueprint file to check syntax and structure. Returns a plan of resources that would be created, without modifying any resources.
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.
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. |