azd app notifications

View and manage notifications for service state changes and events.

Usage

Terminal window
azd app notifications [command]

Flags

FlagShortTypeDefaultDescription
--unread-boolfalseShow only unread notifications
--service-string-Filter by service name
--limit-int50Maximum number of notifications to show
--all-boolfalseMark all notifications as read
--older-than-string-Clear notifications older than duration (for example, `24h` or `7d`)
--yes-boolfalseClear all notification history without prompting
--disable-boolfalseDisable OS notifications instead of enabling

Examples

Terminal window
azd app notifications [command]
Terminal window
azd app notifications list
Terminal window
azd app notifications list --unread
Terminal window
azd app notifications list --service api
Terminal window
azd app notifications mark-read --all
Terminal window
azd app notifications clear --older-than 168h
Terminal window
azd app notifications stats
Terminal window
azd app notifications test
Terminal window
azd app notifications enable
Terminal window
azd app notifications enable --disable

Detailed Documentation

For complete documentation including flows, diagrams, and advanced usage, see the full command specification.

View full notifications specification →