Skip to main content
PUT
Enable/disable all memory recall and ingestion for the org

Authorizations

x-api-key
string
header
required

Body

application/json

Set the org-level memory module toggle.

memory_enabled=False disables all memory recall and ingestion for this org (GDPR purge bypasses this flag). True re-enables it. Defaults to True when the key has never been set.

memory_enabled
boolean
required

Response

Successful Response

The org-level memory module toggle (effective boolean, never null).

memory_enabled
boolean
required