linode-cli-events
manages Linode account events
TLDR
List events
$ linode-cli events list
View specific event$ linode-cli events view [event_id]
Mark event as read$ linode-cli events mark-read [event_id]
Mark event as seen$ linode-cli events mark-seen [event_id]
Filter by action$ linode-cli events list --action [linode_boot]
SYNOPSIS
linode-cli events subcommand [options]
DESCRIPTION
linode-cli events manages Linode account events. Events track actions and changes in your infrastructure.
The tool shows notifications about instance creation, reboots, resizes, and other activities.
PARAMETERS
SUBCOMMAND
Events operation.list
List all events.view ID
View specific event.mark-read ID
Mark event as read.mark-seen ID
Mark event as seen.--action TYPE
Filter by event action.--help
Display help information.
CAVEATS
Requires authentication. Events have retention limits. Part of linode-cli.
HISTORY
linode-cli events is part of the Linode CLI for monitoring account activity and audit trails.
SEE ALSO
linode-cli(1), linode-cli-linodes(1)
