Skip to main content
POST
/
orgs
/
{org_id}
/
agents
/
{agent_id}
/
reactivate
Reactivate a killed agent
curl --request POST \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/agents/{agent_id}/reactivate \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "containment_status": "active"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required
agent_id
string
required

Response

Agent reactivated successfully

agent_id
string
containment_status
enum<string>
Available options:
active