Toggles the circuit breaker for the agent. When active, all transactions are blocked with circuit_breaker_active.
circuit_breaker_active
cURL
curl --request POST \ --url https://app.mandate.md/api/agents/{agentId}/circuit-break \ --cookie laravel_session=
{ "agentId": "9e5f1a2b-3c4d-5e6f-7a8b-9c0d1e2f3a4b", "circuitBreakerActive": true, "reason": "Manually activated by operator" }
Laravel Sanctum cookie-based session authentication. Obtained via GitHub OAuth login on the dashboard.
Circuit breaker toggled.
Was this page helpful?