Retry
Any deployment by ID
Retries a failed deployment and returns the retry status and updated deployment.
POST
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
The response to a request to retry a deployment.
Previous
ProductionRetries a failed production deployment and returns the retry status and updated deployment.
Next
cURL