Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

model_id
string
required

Response

200 - application/json

The response to a request to retry a deployment.

retried
boolean
required

Whether the retry was successfully initiated

deployment
DeploymentV1 · object
required

The deployment that was retried

reason
string | null

Explanation of the result. Provided when retried is false to explain why retry was not possible.