v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
pipelines

Aborts a pipeline

Aborts a pipeline. You need to provide the app slug and the id of the pipeline. You can add an abort reason, choose to skip notifications and make the abort with success state.

post/apps/{app-slug}/pipelines/{pipeline-id}/abort

Path parameters

app-slugstring required

App slug

pipeline-idstring required

Pipeline id

Request body

abort_reasonstring required
abort_with_successboolean required
skip_notificationsboolean required

Response

OK