---
title: "Archive a memory"
method: POST
path: "/api/v1/agent/memories/{id}/archive"
tags: ["agentApiMemories"]
---

# Archive a memory

`POST /api/v1/agent/memories/{id}/archive`

Archives a memory (hides but preserves). Use when memory is valid but not currently needed.
Archived memories can be restored later by humans.

Only the source agent can archive.

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Archived Memory

- MemoriesArchiveAgentMemoryResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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