LinuxCommandLibrary

linode-cli-events

Manage Linode events.

TLDR

View a list of events on your account

$ linode-cli events list
copy


View details about a specific event
$ linode-cli events view [event_id]
copy


Mark an event as read
$ linode-cli events mark-read [event_id]
copy

Copied to clipboard