Validate an orchestration graph
POST/v1/projects/:project_id/orchestrations/validate
Statically validates a graph without persisting anything — the same checks create/update enforce (unique node ids, edges reference existing nodes, the graph is acyclic unless it contains a loop node, every input_mapping reference resolves). Returns blocking errors and non-blocking warnings.
Request
Responses
- 200
- 401
- 404
- 502
Validation result.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.