1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/linode-cli-events.md
Sebastiaan Speck 645c6be797
linode-cli-events: update documentation link (#13867)
Update linode-cli-events.md
2024-09-28 16:07:43 -07:00

17 lines
386 B
Markdown

# 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}}`