Queue system search cache rebuild
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /superuser/search/system/cache/rebuild
Operation
Operation ID: rebuildSystemSearchCache
Queues a cache rebuild request and clears active query/intent cache namespaces immediately.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: no.
Content type: application/json
{
"$ref": "#/components/schemas/SystemSearchCacheRebuildRequest"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Cache rebuild queued successfully | application/json |
401 | ||
403 |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/SystemSearchCacheRebuildResponse"
}
17 March 2026