---
title: "Reload mappings"
method: POST
path: "/$recache"
tags: ["Cache"]
---

# Reload mappings

`POST /$recache`

Reloads mappings and aliases from the configured sources into cache. Flushes the ConceptMap cache. Available only when at least one mapping source is configured.

## Response `200`

Mappings reloaded successfully

- RecacheResponse — Recache result describing what was loaded into cache.
  - `message` string
  - `mappings` string[] — List of mapping keys loaded into cache

## Other responses

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

---

[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)
