---
title: "Clear Memory"
method: POST
path: "/v1beta/memory/clear"
tags: ["Memory"]
---

# Clear Memory

`POST /v1beta/memory/clear`

Clears all entries from the selected memory without deleting the underlying tasks, monitors, or FindAll runs.

## Request body

- MemoryClearRequest
  - `memory_scope_key` string, nullable — User-provided key identifying the memory scope to use. Omit to use personal memory, if available.

## Response `204`

Memory cleared.

## Other responses

- `422` — Validation Error

---

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