---
title: "Admin-only: rebuild every command palette index from Postgres. Use after seeding or if indexes drift."
method: POST
path: "/internal/command-palette/reindex"
tags: ["Command Palette"]
---

# Admin-only: rebuild every command palette index from Postgres. Use after seeding or if indexes drift.

`POST /internal/command-palette/reindex`

Admin-only: rebuild every command palette index from Postgres. Use after seeding or if indexes drift.

## Response `200`

Success

- CommandPaletteReindexResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required
    - `indexed` object, required — Map of index name → document count indexed in this run

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-06-16** `b372e7d5563d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/internal/command-palette/reindex/post.md)

---

[API](https://skmtc.dev/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.dev/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
