---
title: "Reload mappings (deprecated)"
method: POST
path: "/recache"
tags: ["Cache"]
deprecated: true
---

# Reload mappings (deprecated)

`POST /recache`

> **Deprecated.**

Same as `POST /$recache`, but deprecated. Emits a warning in logs and a Warning response header. Will be removed in future releases.

## Response `200`

Mappings reloaded successfully

- RecacheResponseDeprecated — Recache result for the deprecated POST /recache endpoint, which includes a deprecation warning.
  - `message` string
  - `mappings` string[] — List of mapping keys loaded into cache
  - `deprecated` boolean — Whether the recache endpoint is deprecated (will emit a warning if true)

## Other responses

- `405` — Method not allowed. No mapping sources configured.
- `500` — Cache could not be refreshed

## Changes

- **2026-02-17** `0113f2b7f671` — 1 info
  - added the optional property `deprecated` to the response with the `200` status
- **2026-02-17** `811964783e7e` — 1 warning
  - removed the optional property `deprecated` from the response with the `200` status

[Change history](https://skmtc.dev/outburn-il/apis/fume-community-api/changes/recache/post.md)

---

[API](https://skmtc.dev/outburn-il/apis/fume-community-api.md) · [All operations](https://skmtc.dev/outburn-il/apis/fume-community-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outburn-il/fume-community-api/revisions/38d0cabbc2ce/schema)
