Validate Pipeline
POST/api/v1/workspaces/:workspace_name/pipeline_validations
Validates a pipeline YAML. Use this endpoint to validate your pipeline configuration before saving it.
Request
Responses
- 204
- 400
- 422
- 503
Your pipeline is valid.
Check the pipeline configuration and make sure the components and parameters are correct. Additionally, make sure third-party models are accessible. You can connect Haystack Enterprise Platform to model providers using Connections or by passing the provider's API key.
Validation Error
The Haystack Runtime timed out while validating the pipeline. Try again in a few moments.
Was this page helpful?