v5
OpenAPI 3.1.02026-08-025631,1012.8 MBBucket Batches
Retry Tier with Resource Overrides
Retry a failed or canceled tier, optionally with modified resource parameters. Useful for retrying OOM failures with more memory.
post/v1/buckets/{bucket_identifier}/batches/{batch_id}/tiers/{tier_num}/retry
Path parameters
bucket_identifierstring required
The unique identifier of the bucket.
The unique identifier of the bucket.
batch_idstring required
The unique identifier of the batch.
The unique identifier of the batch.
tier_numinteger required
Zero-based tier number to retry.
Zero-based tier number to retry.
Request body
object nullable required
Resource overrides: {requires_gpu, priority}.
Example request
{
"requires_gpu": true,
"priority": 50
}Response
Successful Response
object required