⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
iot-jobs-data
/
View File Name :
update-job-execution.rst
**To update the status of a job execution** The following ``update-job-execution`` example updates the status of the specified job and thing. :: aws iot-jobs-data update-job-execution \ --job-id SampleJob \ --thing-name MotionSensor1 \ --status REMOVED \ --endpoint-url https://1234567890abcd.jobs.iot.us-west-2.amazonaws.com Output:: { "executionState": { "status": "REMOVED", "versionNumber": 3 }, } For more information, see `Devices and Jobs
`__ in the *AWS IoT Developer Guide*.