Skip to main content
POST
Retry Last Failed Alignment Project

Authorizations

Authorization
string
header
required

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

Query Parameters

alignment_id
string | null

Body

application/json

Optional request body for /retry-last-failed.

alignment_id targets a specific failed alignment. When omitted, the most recently failed (unretried) alignment is used.

base_model overrides the failed alignment's original base model. When omitted (or the body is omitted entirely), the failed row's base_model is reused as before.

alignment_id
string | null
base_model
string | null

Response

Successful Response