Skip to main content
POST
Release Quarantine Endpoint
Fix the underlying cause before releasing, or it will likely quarantine again.

Authorizations

Authorization
string
header
required

Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.

Path Parameters

connector_id
string
required
quarantine_id
string
required

Response

The released quarantine entry.

connector_id
string
required

Connector the quarantine belongs to.

id
string
required

Quarantine ID.

status
string
required

quarantined while paused, released after release.

deployment_name
string | null

Replication deployment that was paused.

message
string | null

Human-readable status message.

released_at
string | null

When the quarantine was released. Null while paused.

released_by
string | null

Who released the quarantine. Null while paused.