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.
Documentation IndexFetch the complete documentation index at: https://docs.datris.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.datris.ai/llms.txt
Use this file to discover all available pages before exploring further.
Optional API key for authentication (enabled via application.yaml)
Pipeline token of the running job
Job cancelled
"cancelled"