Pipeline

Update pipeline name/description

Updates the name and/or description of a pipeline.

patch/pipelines/{pipeline_id}

Path parameters

pipeline_idstring required

Request body

namestring nullable
descriptionstring nullable

Response

Successful Response

idstring required
project_idstring required
user_idstring nullable
namestring required
descriptionstring nullable
status'pending' | 'running' | 'completed' | 'failed' | 'canceled' required
created_atstring date-time required
updated_atstring date-time required
errorstring nullable
error_code'CONFIGURATION_ERROR' | 'MODEL_ERROR' | 'SOLVER_ERROR' | 'EXECUTION_TIMEOUT' | 'SUBMISSION_FAILED' | 'INTERNAL_ERROR'

Machine-readable error codes for jobs.

created_by_emailstring nullable
organization_idstring required

Organization this pipeline belongs to.

Changes