Files
cheatsheet-tldr/tldr/linode-cli-events
2024-09-29 00:18:58 +00:00

23 lines
479 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`