HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

linode-cli events — Manage Linode events. See also: `linode-cli`. More information: <https://techdocs.akamai.com/cloud-c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandlinodeclimanagelinode-cli eventseventsseealso

Problem

How to use the linode-cli events command: Manage Linode events. See also: linode-cli. More information: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-viewing-events>.

Solution

linode-cli events — Manage Linode events. See also: linode-cli. More information: <https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-viewing-events>.

List the 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}}

Code Snippets

List the 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}}

Context

tldr-pages: common/linode-cli events

Revisions (0)

No revisions yet.