---
title: "Submit a new AWS Batch job"
method: POST
path: "/api/containers/batch/job"
tags: ["AWS Batch"]
---

# Submit a new AWS Batch job

`POST /api/containers/batch/job`

Creates and submits a new job to AWS Batch with the provided configuration

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Job submitted successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Bad request - missing or invalid parameters
- `500` — Internal server error

## Changes

- **2026-08-15** (v1) `058396b8f0f1` — 2 info
  - the endpoint scheme security `socaAuth AND socaToken` was added to the API
  - the endpoint scheme security `edhAuth AND edhToken` was removed from the API
- **2026-04-21** (v1) `6db97cead8df` — 1 info
  - endpoint added
- **2025-08-05** (v1) `55c07c16d2e1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/changes/api/containers/batch/job/post.md)

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
