v1

latestOpenAPI 3.0.3OGC license2026-07-1773131.2 KB
Processes

cancel a job execution, remove a finished job

Cancel a job execution and remove it from the jobs list.

For more information, see Section 13.

delete/jobs/{jobId}

Path parameters

jobIdstring required

local identifier of a job

Response

The status of a job.

processIDstring
type'process' required
jobIDstring required
status'accepted' | 'running' | 'successful' | 'failed' | 'dismissed' required
messagestring
createdstring date-time
startedstring date-time
finishedstring date-time
updatedstring date-time
progressinteger

Example response

{
  "links": [
    {
      "rel": "service",
      "type": "application/json",
      "hreflang": "en"
    }
  ]
}