v2
pipelines

Update Pipeline

Updates a pipeline completely, or creates it if it doesn't exist. Retries 409 conflicts received from the K8s API server.

put/api/v2/pipelines/{name}

Path parameters

namestring required

Pipeline name

Pipeline name

Query parameters

dry_runboolean nullable

Only validate the provided configuration without making changes

Only validate the provided configuration without making changes

Request body

activeboolean
configobject

Response

Successful Response

namestring required
activeboolean required
configobject required
status'started' | 'stopped' | 'error' | 'creating' | 'updating' | 'deleting' | 'starting' | 'stopping' | 'resetting' | 'pending' | 'unknown'

Pipeline status.

currentboolean

Changes