Skip to main content
POST /api/v1/cloud/memory_stores/{memory_store_id}/archive Archives a memory store. Archived stores are excluded from list results by default.

Headers

HeaderRequiredDescription
AuthorizationYesBearer <PAT>

Path parameters

ParameterDescription
memory_store_idThe store ID (memstore_...)

Example request

curl -X POST "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_019e5cdb9c3f71c3b6505eba937a40b4/archive" \
  -H "Authorization: Bearer $QODER_PAT"

Response

Returns the archived Memory Store object with archived_at set.