---
title: "Clear Automation Circuit Breaker"
method: POST
path: "/api/v1/automations/{id}/circuit_breaker/clear"
tags: ["Automations"]
---

# Clear Automation Circuit Breaker

`POST /api/v1/automations/{id}/circuit_breaker/clear`

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).

## Path parameters

- `id` string, required — The unique identifier of the automation whose circuit breaker should be cleared.

## Request body

- C1ApiAutomationsV1ClearAutomationCircuitBreakerRequestInput — The ClearAutomationCircuitBreakerRequest message.
  - `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.
  - `reason` string — Admin-supplied reason when decision is CANCEL. Up to 1024 bytes.

## Response `200`

Successful response

- C1ApiAutomationsV1ClearAutomationCircuitBreakerResponse — The ClearAutomationCircuitBreakerResponse message.
  - `bulkActionId` string — 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.

## Changes

- **2026-05-07** `977d59b11657` — 3 info
  - added the new optional request property `decision`
  - added the new optional request property `reason`
  - added the optional property `bulkActionId` to the response with the `200` status
- **2026-05-06** `18b8559fb9d7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/automations/:id/circuit_breaker/clear/post.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f76d07868c0c/schema)
