---
title: "ResetCircuitBreaker resumes processing of Msg's in the state machine that have been been paused using TripCircuitBreaker."
method: POST
path: "/cosmos.circuit.v1.Msg/ResetCircuitBreaker"
tags: ["Msg"]
---

# ResetCircuitBreaker resumes processing of Msg's in the state machine that have been been paused using TripCircuitBreaker.

`POST /cosmos.circuit.v1.Msg/ResetCircuitBreaker`

## Request body

- CosmosCircuitV1MsgResetCircuitBreaker — MsgResetCircuitBreaker defines the Msg/ResetCircuitBreaker request type.
  - `authority` string — authority is the account authorized to trip or reset the circuit breaker.
  - `msg_type_urls` string[] — msg_type_urls specifies a list of Msg type URLs to resume processing. If it is left empty all Msg processing for type URLs that the account is authorized to trip will resume.

## Response `200`

A successful response.

- CosmosCircuitV1MsgResetCircuitBreakerResponse — MsgResetCircuitBreakerResponse defines the Msg/ResetCircuitBreaker response type.
  - `success` boolean

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_ResetCircuitBreaker` removed and replaced with `EvidenceMsg_ResetCircuitBreaker`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_ResetCircuitBreaker` removed and replaced with `UpgradeMsg_ResetCircuitBreaker`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_ResetCircuitBreaker` removed and replaced with `CircuitMsg_ResetCircuitBreaker`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_ResetCircuitBreaker` removed and replaced with `AuthMsg_ResetCircuitBreaker`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitMsg_ResetCircuitBreaker` removed and replaced with `FeegrantMsg_ResetCircuitBreaker`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.circuit.v1.Msg/ResetCircuitBreaker/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
