Stasis
Jobs

Cancel a running job

Cancel a running job by job ID

POST
/api/v1/jobs/{job_id}/cancel
X-API-Key<token>

In: header

Path Parameters

job_id*string

Response Body

application/json

curl -X POST "https://example.com/api/v1/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel"
{
  "message": "string",
  "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f"
}
Empty