Commands
status
Check Sentry service status
Commands
Section titled “Commands”sentry status show
Section titled “sentry status show”Show Sentry service status
Options:
| Option | Description |
|---|---|
--url <url> |
Status page base URL to query (default: "https://status.sentry.io") |
All commands support --json for machine-readable output and --fields to select specific JSON fields.
Examples
Section titled “Examples”# Show the current status of Sentry's servicessentry status✓ All Systems Operational
### Components
● Dashboard — Operational● US Error Ingestion — Operational
See https://status.sentry.io for full details.# Get machine-readable status (useful in scripts)sentry status --json# Check a self-hosted or regional status pagesentry status --url https://status.example.com