Agents
Disable an agent
POST
/agents/{agent_name}:disableDisables the specified agent, preventing it from accepting new sessions or processing requests. Existing active sessions are allowed to drain gracefully but no new sessions can be created. This operation is idempotent — disabling an already-disabled agent returns success with no side effects.
Path ParametersQuery Parameters
agent_namestringrequired
The name of the agent to disable.api-versionstringrequired
The API version to use for this operation.Responses
No response body schema