Documentation
Sign inGet started

bird realtime apps delete

Usage

Code example
bird realtime apps delete <realtime-app-id> [flags]

Description

Permanently delete a Realtime app. Every connected client is disconnected, all keys and configuration are removed, and clients holding one of its keys start failing immediately. Deleted apps cannot be restored.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

Code example
bird realtime apps delete <id> --yes

Options

Safety

NameDescription
--idempotency-keyDeduplication key; a retry with the same key won't act twice
--yesConfirm a destructive action (required; the CLI never prompts)
NameDescription
bird realtime apps createCreate a Realtime app
bird realtime apps getGet a Realtime app
bird realtime apps listList Realtime apps
bird realtime apps updateUpdate a Realtime app