---
title: "Reset complexity analyzer config"
method: POST
path: "/api/governance/complexity-analyzer-config/reset"
tags: ["Governance"]
---

# Reset complexity analyzer config

`POST /api/governance/complexity-analyzer-config/reset`

Restores the built-in complexity analyzer runtime config defaults and hot-reloads the governance plugin.

## Response `200`

Complexity analyzer config reset successfully

- object — Full runtime configuration for complexity routing analysis.
  - `tier_boundaries` object, required — Score thresholds for complexity tier classification. All values must satisfy 0 < simple_medium < medium_complex < complex_reasoning < 1.
    - `simple_medium` number, required — Score boundary between SIMPLE and MEDIUM tiers
    - `medium_complex` number, required — Score boundary between MEDIUM and COMPLEX tiers
    - `complex_reasoning` number, required — Score boundary between COMPLEX and REASONING tiers
  - `keywords` object, required — Editable keyword lists used by the complexity analyzer. Only the four user-facing dimensions are exposed; `reasoning_keywords` entries drive the reasoning tier override. Matching is normalized to lowercase and duplicates are removed on save.
    - `code_keywords` string[], required
    - `reasoning_keywords` string[], required
    - `technical_keywords` string[], required
    - `simple_keywords` string[], required

## Other responses

- `500` — Internal server error
- `503` — Config store not available

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
