Run pipelines
POST {{baseUrl}}/api/organizations/:organizationId/pipelines/:pipelineId/run?ignoreLastSuccessfulRun=<boolean>
Run an organizational pipeline
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ignoreLastSuccessfulRun | string | If set then EI_LAST_SUCCESSFUL_RUN is not set. You can use this to re-run a pipeline from scratch. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"pipelineRun":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}