Interface: FactoryResetResponse
@kortexya/reasoninglayer / Admin / FactoryResetResponse
Interface: FactoryResetResponse
Defined in: src/types/admin.ts:26
Response for the factory-reset operation.
Remarks
Reports exactly what was wiped across all storage backends so operators can verify the operation succeeded.
Properties
cacheCleared
cacheCleared:
boolean
Defined in: src/types/admin.ts:37
Whether the cache (Valkey / in-memory) was flushed.
message
message:
string
Defined in: src/types/admin.ts:28
Human-readable summary message.
postgresTablesCleared
postgresTablesCleared:
number
Defined in: src/types/admin.ts:31
Number of PostgreSQL tables that were truncated.
qdrantCollectionsDeleted
qdrantCollectionsDeleted:
number
Defined in: src/types/admin.ts:34
Number of Qdrant vector collections deleted.
tenantStatesCleared
tenantStatesCleared:
boolean
Defined in: src/types/admin.ts:40
Whether the in-memory tenant inference states were cleared.