curl --request POST \
--url https://api.mnemom.ai/v1/orgs/{org_id}/agents/{agent_id}/pause \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"agent_id": "<string>",
"containment_status": "paused",
"contained_at": "2023-11-07T05:31:56Z",
"contained_by": "<string>",
"containment_reason": "<string>"
}Temporarily stop an agent from making API requests. Requires owner or admin role.
curl --request POST \
--url https://api.mnemom.ai/v1/orgs/{org_id}/agents/{agent_id}/pause \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"agent_id": "<string>",
"containment_status": "paused",
"contained_at": "2023-11-07T05:31:56Z",
"contained_by": "<string>",
"containment_reason": "<string>"
}Reason for pausing the agent