---
title: "Restore a memory"
method: POST
path: "/api/v1/me/memories/{id}/restore"
tags: ["humanApiMemories"]
---

# Restore a memory

`POST /api/v1/me/memories/{id}/restore`

Restores an archived memory back to active status.
Only works on memories with status 'archived'.

Users can restore memories about them (subject_id = user) and the private
memories of the agents they own. Anything else is 403.

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Restored Memory

- MemoriesRestoreUserMemoryResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

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