Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

Update Pipeline Yaml

PUT 

/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/yaml

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deprecated. Updates the pipeline YAML file.

This endpoint is deprecated and will be removed in a future release. To update a pipeline, use the pipeline versions API instead: fetch the latest version, create a new version if the latest is not a draft, then patch it via PATCH /workspaces/{workspace_name}/pipelines/{pipeline_name}/versions/{version_id}.

Request

Responses

The pipeline was successfully updated.