Update Memory
Update a memory's title, tags, metadata, or content.
PUT/v1/memories/{memory_id}
Path parameters
memory_idUUIDrequiredThe memory ID.
Request body
All fields are optional. Only provided fields are updated.
contentstringNew content (triggers re-processing).
titlestringNew title.
typestringNew content type.
tagsstring[]Replaces all existing tags.
metadataobjectMerged with existing metadata. Set a key to null to delete it.
Updating content triggers asynchronous re-processing — the memory status will change to "processing" and existing chunks will be replaced.
Response
Returns 200 OK with the updated memory object.