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

Path Parameters

name
string
required

Response

Successful Response

Response model for resource update operations.

success
boolean
required
Whether the operation succeeded.
status
enum<string>
required
Current status of the resource after the operation.
Available options:
ready,
failed,
pending
error
string | null
Error message if the operation failed.