Govern

Kill & break-glass

Stop the blast radius fast — and temporarily bypass policy when a human explicitly owns the risk.

What it is

Kill / pause switches block enqueue (and can cancel in-flight runs) for a tenant or agent. Break-glass is a time-bounded window that bypasses policy Decide — not auth, not kill, not rate limits.

Why it is here

Incidents need a single choke point. Per-script SIGTERM does not scale across frameworks and replicas.

How to use it

  1. Admin → Kill — upsert a kill or pause for tenant/agent; confirm in-flight cancel behavior.
  2. Clear the switch when the incident is over so enqueue resumes.
  3. Break-glass — create a window with reason + expiry (max 24h); revoke early if possible.
  4. Review Audit afterward — break-glass is meant to be loud and temporary.

In the product

Admin → Kill — refuse new creates; optional drain of in-flight runs
Runkite Admin Kill switches page
Admin → Break-glass — time-bounded policy bypass (max 24h)
Runkite Admin Break-glass page

What to expect

Reference: docs/admin.md · docs/trust-governance.md · Ops