Skip to content

Brain

brain_product_shared_memory_reset

DESTRUCTIVE admin op: reset a product's SHARED Brain memory (vectors + knowledge graph) and clear its connector_state so a re-ingest re-writes.

Tool

brain_product_shared_memory_reset

DESTRUCTIVE admin op: reset a product's SHARED Brain memory (vectors + knowledge graph) and clear its connector_state so a re-ingest re-writes.

DESTRUCTIVE admin op: reset a product's SHARED Brain memory (vectors + knowledge graph) and clear its connector_state so a re-ingest re-writes. Requires confirm:true AND confirmProductId echo; gated by an env arm flag, an env allowlist, and governance access.

Behavior

HTTP
POST /brain/admin/shared-memory/reset

Arguments

NameTypeRequiredDescription
confirmbooleanMust be true to proceed. Guards against accidental invocation.
productIdstringExplicit product id whose SHARED memory will be wiped. Never inferred from ambient context.
confirmProductIdstringMust EXACTLY equal productId (double-entry confirmation).

Response

FieldTypeAlwaysDescription
scopestring
productIdstring
graphDeletednumber
vectorsDeletednumber
connectorStateRowsClearednumber

Try it

DESTRUCTIVE admin op: reset a product's SHARED Brain memory (vectors + knowledge graph) and clear its connector_state so a re-ingest re-writes.

When to use

DESTRUCTIVE admin op: reset a product's SHARED Brain memory (vectors + knowledge graph) and clear its connector_state so a re-ingest re-writes. Requires confirm:true AND confirmProductId echo; gated by an env arm flag, an env allowlist, and governance access.

Example

Ask your agent something like this:

DESTRUCTIVE admin op: reset a product's SHARED Brain memory (vectors + knowledge graph) and clear its connector_state so a re-ingest re-writes.

The agent will invoke brain_product_shared_memory_reset with these arguments:

{
  "confirm": "<confirm>",
  "productId": "<productId>",
  "confirmProductId": "<confirmProductId>"
}

Esc

Start typing to search the docs.

navigateselect