AWS Batch
Terminate an existing AWS Batch job
Terminates an AWS Batch job. Only the job owner can terminate their jobs.
delete/api/containers/batch/job
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
EDH authentication token
Response
Job terminated successfully
Example response
{
"success": true,
"message": "Job a1b2c3d4 terminated successfully."
}