v51

OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
dags

Create a new DAG definition

Creates a new empty DAG file with the specified name

post/dags

Query parameters

remoteNodestring

name of the remote node

Request body

namestring regex required

Name of the DAG

specstring

Optional DAG spec in YAML format to initialize the DAG. If provided, the spec will be validated before creation.

Response

A successful response

namestring required

Name of the newly created DAG