Stop a running ETL job execution
PUT/jobs/:id/executions/:executionid
Invokes Glue stop for an execution in starting or running state. Executions in any other state are rejected.
Request
Responses
- 200
- 400
- 500
Stop invoked. Message is "Invoked command to stop the execution(s)".
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Execution is not starting or running, missing job, or insufficient access. Typical Message is "Job cannot be stopped as it is in {state} state".
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Uncaught backend failure. Typical Message is "GE-1008 - Could not complete the request. Please try again."
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers