Skip to main content
POST
Archive a memory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

memory_id
string
required

Memory ID

Response

Successful Response

Response for archive/reactivate operations.

id
string
required

Memory ID

status
enum<string>
required

New status

Available options:
active,
superseded,
archived,
deleted
archived_at
string<date-time> | null

Archive timestamp

reactivated_at
string<date-time> | null

Reactivation timestamp