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

Documentation Index

Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.