Quarantine

Quarantine blocks all new requests from a specific workload. Unlike Approvals (which hold individual requests), quarantine acts at the workload level: once a workload is quarantined, every request from it is denied until an operator releases it.

Quarantine page listing quarantined workloads

What triggers quarantine

A workload can be quarantined in two ways:

Risk scorer threshold: the gateway's risk scorer assigns a score to requests based on content signals. If a workload accumulates a score above the configured threshold, it is automatically quarantined.

Policy rule: a quarantine action in your policy can quarantine a workload immediately when a specific condition is met:

rules:
  - action: quarantine
    match:
      workload: suspicious-service
    reason: "Quarantined by policy rule"

Table columns

ColumnDescription
CreatedWhen the quarantine was triggered
WorkloadThe workload that was quarantined
CallerThe caller ID associated with the triggering request
Risk ScoreA decimal from 0.00 to 1.00; displayed in red when ≥ 0.70
Reason / SignalsSignal badges (e.g., PII_DETECTED) if the risk scorer triggered; otherwise the policy rule reason in italic
StatusActive or Released
Released ByWho released the quarantine, and their reason
ActionsRelease button for active quarantines

Releasing a quarantine

Click Release on an active quarantine row. A modal opens where you can optionally provide:

  • Your name or ID: recorded with the release
  • Reason: a short explanation of why you are releasing the workload

Both fields are optional. Confirm with Release to allow the workload to resume making requests.

Requests that were blocked during the quarantine period are not automatically replayed; clients need to retry.

Reviewing before releasing

Before releasing, check the Records page filtered to the quarantined workload to understand what traffic was coming from it. If the behavior looks like a misconfiguration rather than a threat, fix the application before releasing.

Pagination

Rows per page: 10, 25, or 50. Pagination uses Previous / Next token-based navigation.