Guides - Events

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.

Create a Linode account to try this guide with a $100 credit.
This credit will be applied to any valid services used during your first 60 days.
  1. View a list of events on your account:

    linode-cli events list
    
  2. View details about a specific event:

    linode-cli events view $event_id
    
  3. Mark an event as read:

    linode-cli events mark-read $event_id
    

This page was originally published on


Your Feedback Is Important

Let us know if this guide made it easy to get the answer you needed.