Skip to main content
POST
/
v1
/
memory
/
freeze
/
{agent_slug}
Freeze an agent's memory
curl --request POST \
  --url https://api.hq.zone/v1/memory/freeze/{agent_slug} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{
  "agent_slug": "<string>",
  "frozen": true
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

agent_slug
string
required

Agent slug

Body

application/json
reason
string | null

Response

200 - application/json

Agent frozen out of your memory

agent_slug
string
required
frozen
boolean
required