bdy pipeline run cancel
$bdy pipeline run cancel [options] <identifier> <run-id>
Pipeline run cancel. Required scopes: EXECUTION_RUN
Examples
## pipeline run cancelbdy pip run cancel pipeline-identifier run-id$
## pipeline run cancel with final output in jsonlbdy pip run cancel pipeline-identifier run-id --no-follow --format jsonl$