Skip to main content
POST
/
api
/
v2
/
config
/
resources
/
rerankers
/
{name}
/
retry
Retry Reranker
curl --request POST \
  --url http://localhost:8080/api/v2/config/resources/rerankers/{name}/retry
{
  "success": true,
  "status": "READY",
  "error": "<string>"
}

Path Parameters

name
string
required

Response

200 - application/json

Successful Response

success
boolean
required
status
enum<string>
required
Available options:
READY,
FAILED,
INITIALIZING
error
string | null