---
title: "Update a batch job"
method: PUT
path: "/v6/batches/{batchId}"
tags: ["Batch Jobs"]
---

# Update a batch job

`PUT /v6/batches/{batchId}`

Updates the mutable fields of an existing batch job: `name`, `tags`, and `scopes`. The job must not be in a terminal state (`DONE`, `FAILED`, `CANCELED`, or `EXPIRED`). Data source, event name, and column mappings are immutable after creation.

## Path parameters

- `batchId` string, required

## Request body

- BatchJobUpdateRequest — Body of a `PUT /v6/batches/{batchId}` request.
  - `name` string — Updated human-readable label for the batch job. Omit to leave unchanged.
  - `scopes` string[] — Updated access-control scopes. Accepted values: `CLIENT_SUPERUSER`, `CLIENT_ADMIN`. Omit to leave unchanged.
  - `tags` string[] — Updated string labels for filtering and grouping. Replaces the existing tag set. Omit to leave unchanged.

## Response `200`

Batch job updated. Returns the full updated job record.

## Other responses

- `400` — Invalid field value or omissible constraint violation.
- `401` — Missing or invalid access token.
- `402` — Payment Required
- `403` — Forbidden
- `404` — Batch job not found or does not belong to this client.
- `415` — Unsupported Media Type
- `423` — Error
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
