Skip to content

Resolve a circuit breaker

POST
/api/workspaces/{workspaceId}/quality/circuit-breakers/{id}/resolve

Resolve a circuit breaker to re-enable the AI pipeline for the affected scope. A circuit breaker must be acknowledged before it can be resolved.

workspaceId
required
string format: uuid

The workspace the circuit breaker belongs to.

id
required
string

The unique identifier of the circuit breaker.

The circuit breaker was resolved and the AI pipeline is re-enabled.

A circuit breaker that pauses the AI pipeline when quality drops below configured thresholds.

object
id
required

Unique identifier for the circuit breaker.

string
Example
cb_11223344-5566-7788-99aa-bbccddeeff00
scopeKey
required

The scope affected by this circuit breaker (e.g., account:accountId).

string
Example
account:acc_12345678-abcd-ef01-2345-678901234567
reason
required

Human-readable explanation of why the circuit breaker was triggered.

string
Example
3 consecutive conversations scored below composite threshold (3.0) for account Nordic Parts ApS
triggeredAt
required

Timestamp when the circuit breaker was triggered.

string format: date-time
Example
2026-03-15T10:00:00.000Z
acknowledgedBy

User ID of the person who acknowledged this circuit breaker.

string | null
acknowledgedAt

Timestamp when the circuit breaker was acknowledged.

string | null format: date-time
resolvedAt

Timestamp when the circuit breaker was resolved.

string | null format: date-time

No circuit breaker exists with the given ID.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found