Skip to main content

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

Validation result.