---
title: "Flush Memory"
method: POST
path: "/api/v2/memory/flush"
tags: ["memory"]
---

# Flush Memory

`POST /api/v2/memory/flush`

Force boundary detection over the current ``session_id`` buffer.

[OSS-only] — cloud edition decides boundary timing server-side and
does not expose this endpoint.

## Request body

- MemorizeFlushRequest
  - `session_id` string, required
  - `app_id` string
  - `project_id` string

## Response `200`

Successful Response

- SuccessEnvelopeFlushResponseData
  - `request_id` string, required
  - `data` FlushResponseData, required
    - `status` 'extracted' | 'no_extraction', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-24** `305b14a16dcd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/evermind-ai/apis/everos/changes/api/v2/memory/flush/post.md)

---

[API](https://skmtc.dev/evermind-ai/apis/everos.md) · [All operations](https://skmtc.dev/evermind-ai/apis/everos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evermind-ai/everos/revisions/9a2e78d664d6/schema)
