Cancel job

Send a PATCH request to cancel a job.

Cancelling job
$ curl -H "Authorization: Bearer api-key" \
       -X PATCH \
       --data "{\"resolution_uuid\": \"6166f7a8-47e0-416c-9092-dcf92bc4bf3d\", \"comment\": \"Not needed anymore\"}" \
       https://api.planadoapp.com/v2/jobs/137ea8b4-a616-6c80-40fa-6600ec2e536c/cancel | jq
{
  "job_uuid": "137ea8b4-a616-6c80-40fa-6600ec2e536c"
}

Request schema

Field Type JSON type Required Can be null Description

resolution_uuid

UUID

String

Yes

No

Resolution UUID

comment

String

String

No

No

Optional comment if resolution supports it