Skip to main content
POST
/
agents
/
{id}
/
freeze
Freeze agent (also freezes card)
curl --request POST \
  --url https://api.getovra.com/agents/{id}/freeze \
  --header 'Authorization: Bearer <token>'
{
  "agentId": "<string>",
  "status": "frozen"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Headers

Idempotency-Key
string

Unique key for idempotent request handling

Path Parameters

id
string
required

Response

Agent frozen

agentId
string
status
enum<string>
Available options:
frozen