cURL
curl --request POST \ --url http://localhost:8080/api/v1/job/kill \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "pipelineToken": "<string>" } '
{ "status": "cancelled", "pipelineToken": "<string>" }
Interrupt and cancel a running pipeline job by its pipeline token.
Optional API key for authentication (enabled via application.yaml)
Pipeline token of the running job
Job cancelled
"cancelled"