LinuxCommandLibrary

linode-cli-events

manages Linode account events

TLDR

List events

$ linode-cli events list
copy
View specific event
$ linode-cli events view [event_id]
copy
Mark event as read
$ linode-cli events mark-read [event_id]
copy
Mark event as seen
$ linode-cli events mark-seen [event_id]
copy
Filter by action
$ linode-cli events list --action [linode_boot]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community