/pipelinesV2/{id}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update Pipeline

Use this route to update an existing pipeline's configuration.

How to use

Provide the pipeline id as a path parameter and send the fields to update in the request body.

Payload example

{
  "name": "Updated Pipeline Name",
  "description": "Updated pipeline description",
  "tags": ["production", "updated"],
  "cron": "0 6 * * *"
}

Body fields

  • name (optional): updated display name;
  • description (optional): updated description;
  • tags (optional): updated array of tags;
  • cron (optional): updated cron schedule expression;
  • Any other pipeline configuration fields that need updating.

Error scenarios

CodeErrorDescription
401UnauthenticatedInvalid or missing access-token header
403ForbiddenUser does not have the required permissions
404Not FoundThe requested pipeline does not exist
500Internal Server ErrorUnknown server error
Path Params
string
required
Headers
string
enum
Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json