recovery.standby_removed

A standby is no longer kept — the creator removed it, registered another in its place, or a recovery consumed it.

When this fires

A standby bot or standby chat leaves the reserve. reason says why: removed when the creator took it away, replaced when a new standby bot took the slot, used when a recovery consumed it — a bot relink from the standby, a one-click Swap & Grant onto the standby chat, or an automatic failover.

Required ability

project-recovery:view — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "recovery.standby_removed",
  "created_at": "2026-09-12T03:19:42Z",
  "api_version": "2026-05-01",
  "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
  "data": {
    "standby": "resource",
    "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
    "resource_id": "b73c5f21-9d80-4a6e-8215-4f70ce13a9d6",
    "connector": "telegram",
    "reason": "used"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways recovery.standby_removed for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring UUIDProject this event belongs to.
data.standbystringinstallation for a standby bot, resource for a standby channel or group.
data.project_idstring UUIDThe project.
data.resource_idstring UUID | nullThe resource the standby covered; null for a standby bot.
data.connectorstring | nullThe connector the standby lived on.
data.reasonstringremoved, replaced or used.

Caveats

  • A standby consumed by a recovery fires this beside the recovery's own events (recovery.resource_failed_over or recovery.resource_replaced, or the bot recovery's recovery.operation_completed); use reason: used to tell it from a deliberate removal.
  • The readiness checklist counts standbys, so a removed or used standby lowers the score until a new one is registered.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request