cURL
curl --request POST \ --url https://api.gigabrain.gg/v1/agents/{agent_id}/disable \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Stop the agent. All trigger-based execution pauses. Configuration and history are preserved.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The agent's unique identifier
Agent disabled
Was this page helpful?