Alert Channels (CLI)

Manage alert channels for notifications from the obs CLI. Create, list, update, and delete notification destinations.

Manage alert channels for notifications.

obs alert-channel create --name "Ops Email" --type email --email "[email protected]"
obs alert-channel list
obs alert-channel get <id>
obs alert-channel update <id> --name "Ops Email Primary" --type email --email "[email protected]"
obs alert-channel delete <id> -y

See also: the CLI reference overview.

Was this page helpful?