Cancel Job
GET {{aws_internet_of_things_base_url}}/jobs/jobId/cancel?force&jobId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
force | null | (Optional) If true job executions with status IN_PROGRESS and QUEUED are canceled, otherwise only job executions with status QUEUED are canceled. The default is false. | |
jobId | null | The unique identifier you assigned to this job when it was created. |