Deactivates the specified agent. Any new message or interaction requests sent to this agent will be blocked while the agent is disabled. This request does not fail if the agent is already deactivated.
POST
/
agents
/
{agent_id}
/
deactivate
Deactivate an agent
Copy
curl --request POST \ --url https://api.proficientai.com/agents/{agent_id}/deactivate
<p>An _agent_ is an AI entity that exists to serve your project's users. Agents are intelligent, configurable and context-aware and can interact with your users via a messaging system enabled by the Proficient API.</p>