Skip to main content
POST
Resubmit Failed Batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket_identifier
string
required

The unique identifier of the bucket.

batch_id
string
required

The unique identifier of the batch.

Query Parameters

from_tier
integer | null

Resubmit starting from this tier number (0-indexed). Tiers before from_tier are preserved as COMPLETED. Omit to resubmit all tiers from scratch.

auto_submit
boolean | null

Auto-submit after the DRAFT reset. DEFAULT TRUE — 'resubmit' means re-run the batch, so one call does both. Pass false to only reset to DRAFT (parked; you must POST /submit before the draft TTL expires or the zombie reaper cancels it). Accepted here (query) or in the JSON body as {"auto_submit": false}.

trigger_processing
boolean | null

Deprecated alias of auto_submit (kept for callers taught by the old submit-endpoint 400 hint). Accepted in query or JSON body; auto_submit wins when both are supplied.

Body

application/json

Optional body; {"auto_submit": bool} (or the deprecated {"trigger_processing": bool}) is honored.

Response

Successful Response

The response is of type Response Resubmit Batch V1 Buckets Bucket Identifier Batches Batch Id Resubmit Post · object.