---
title: "PUT /v1/batch/"
method: PUT
path: "/v1/batch/"
tags: ["memories"]
---

# PUT /v1/batch/

`PUT /v1/batch/`

Batch update multiple memories (up to 1000) in a single API call.

## Request body

- object
  - `memories` object[], required
    - `memory_id` string, uuid, required — The unique identifier of the memory to update
    - `text` string — The new text content for the memory
    - `metadata` object — Updated metadata to associate with the memory.

## Response `200`

Successfully updated memories

- object
  - `message` string

## Other responses

- `400` — Bad Request.

---

[API](https://skmtc.net/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.net/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/c86fe9831e7e/schema)
