---
title: "PATCH /v1/batch-jobs/{id}"
method: PATCH
path: "/v1/batch-jobs/{id}"
---

# PATCH /v1/batch-jobs/{id}

`PATCH /v1/batch-jobs/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `organizationId` string, required
  - `name` string
  - `description` string, nullable
  - `deadline` string, nullable
  - `dedicated_printer_ids` string[], nullable
  - `max_concurrent_printers` integer, nullable
  - `update_items` object[]
    - `batch_item_id` string, required
    - `target_count` number, required
  - `add_items` object[]
    - `model_file_id` string, required
    - `part_name` string
    - `target_count` number, required
  - `remove_item_ids` string[]

## Response `200`

Default Response

---

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