Partially Update Batch
This endpoint partially updates a batch (PATCH operation). Only provided fields will be updated. At minimum, metadata can always be updated. Immutable fields like batch_id and timestamps cannot be modified.
Path parameters
The unique identifier of the bucket.
The unique identifier of the bucket.
The unique identifier of the batch.
The unique identifier of the batch.
Request body
Example request
{
"metadata": {
"campaign_id": "Q4_2025",
"source": "s3://raw-uploads/2026-05/",
"tags": [
"video",
"high-priority"
],
"notes": "Re-run after Whisper quota fix"
}
}Response
Successful Response
Example response
{
"batch_id": "btch_simple_001",
"bucket_id": "bkt_videos",
"collection_ids": [
"col_chunks"
],
"dag_tiers": [
[
"col_chunks"
]
],
"description": "Simple single-tier batch (DRAFT)",
"metadata": {
"campaign_id": "Q4_2025"
},
"object_ids": [
"obj_video_001",
"obj_video_002"
],
"status": "DRAFT",
"tier_tasks": [],
"total_tiers": 1,
"type": "BUCKET"
}Changes
Changed in 8 of the 34 revisions of this API.413
- ●
added the new
mvs_durabilityenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
DEACTIVATEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
DEACTIVATEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
DEACTIVATEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○