Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Cancel local runner job

POST/v1/private/local-runners/jobs/{jobId}/cancelCancel local runner job

Cancel a pending or running local runner job

Parameters

jobIdstring · uuidpathrequired

Responses

204No content
404Not foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu