Cancel Job

GET {{aws_internet_of_things_base_url}}/jobs/jobId/cancel?force&jobId

Request Params

KeyDatatypeRequiredDescription
forcenull(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.
jobIdnullThe unique identifier you assigned to this job when it was created.