Filters
Add tags
Guides - Events
Updated , by Linode
The Linode CLI is a wrapper around the Linode API that allows you to manage your Linode account from the command line. Virtually any task that can be done through the Linode Manager can be done through the CLI, making it an excellent tool for scripting.
View a list of events on your account:
linode-cli events list
View details about a specific event:
linode-cli events view $event_id
Mark an event as read:
linode-cli events mark-read $event_id
This page was originally published on