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

SOCA username for authentication

X-EDH-TOKENstring required

SOCA authentication token

Response

Job terminated successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "Job a1b2c3d4 terminated successfully."
}

Changes