Skip to main content
PUT
Update Long Term Memory Config

Body

application/json

Specification for updating long-term memory configuration with enabled flag.

backend
enum<string> | null

Long-term memory backend. Omit/null to keep the existing backend; set 'declarative' or 'event' to switch.

Available options:
declarative,
event
embedder
string | null
reranker
string | null
vector_graph_store
string | null
vector_store
string | null

VectorStore resource id (event backend only)

segment_store
string | null

SQL engine resource id backing the segment store (event backend only)

properties_schema
Properties Schema · object | null

User-defined filterable properties (event backend only)

enabled
boolean | null

Response

Successful Response

Response model for memory configuration update.

success
boolean
required
message
string
required