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
| Name | Type | Required | Description |
|---|---|---|---|
| confirm | boolean | • | Must be true to proceed. Guards against accidental invocation. |
| productId | string | • | Explicit product id whose SHARED memory will be wiped. Never inferred from ambient context. |
| confirmProductId | string | • | Must EXACTLY equal productId (double-entry confirmation). |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| scope | string | • | |
| productId | string | • | |
| graphDeleted | number | • | |
| vectorsDeleted | number | • | |
| connectorStateRowsCleared | number | • |
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.