v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Automations

Clear Automation Circuit Breaker

Clear the circuit breaker on an automation that was auto-disabled by the rate cap. Future events flow normally; existing paused executions are not affected (use ResolvePausedAutomationExecutions to run or cancel them).

post/api/v1/automations/{id}/circuit_breaker/clear

Path parameters

idstring required

The unique identifier of the automation whose circuit breaker should be cleared.

Request body

decision'PAUSED_EXECUTION_DECISION_UNSPECIFIED' | 'PAUSED_EXECUTION_DECISION_RUN' | 'PAUSED_EXECUTION_DECISION_CANCEL'

What to do with paused executions. UNSPECIFIED means clear the breaker only (backward-compatible default). RUN or CANCEL creates a bulk action to resolve them asynchronously.

reasonstring

Admin-supplied reason when decision is CANCEL. Up to 1024 bytes.

Response

Successful response

bulkActionIdstring

The bulk action ID if a bulk action was created to resolve paused executions. Empty when decision is UNSPECIFIED or there were no paused executions.