---
title: "Updates a job."
method: PATCH
path: "/job/{jobId}"
tags: ["Job"]
---

# Updates a job.

`PATCH /job/{jobId}`

## Path parameters

- `jobId` string, required

## Request body

- UpdateJobEndpointInput — The input for the update job endpoint.
  - `name` string — The new name for the job.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
