Runs

Deprecated

Create Template Run

post

Run a pipeline from a template.

Args: template_id: The ID of the template. config: Configuration for the pipeline run. auth_context: Authentication context.

Raises: ValueError: If the template can not be run.

Returns: The created pipeline run.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
template_idstring · uuidRequired
Body
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json

Response model for pipeline runs.

bodyany ofOptional
or
nullOptional
metadataany ofOptional
or
nullOptional
resourcesany ofOptional
or
nullOptional
idstring · uuidRequired
permission_deniedbooleanOptionalDefault: false
namestring · max: 255Required
post
/api/v1/run_templates/{template_id}/runs

Last updated

Was this helpful?