LinuxCommandLibrary

linode-cli

manages Linode cloud infrastructure

TLDR

List Linodes

$ linode-cli linodes list
copy
Create Linode
$ linode-cli linodes create --type [g6-nanode-1] --region [us-east] --image [linode/ubuntu22.04]
copy
View Linode
$ linode-cli linodes view [linode_id]
copy
Reboot Linode
$ linode-cli linodes reboot [linode_id]
copy
Delete Linode
$ linode-cli linodes delete [linode_id]
copy
Configure CLI
$ linode-cli configure
copy

SYNOPSIS

linode-cli command [subcommand] [options]

DESCRIPTION

linode-cli manages Linode cloud infrastructure. It provides access to all Linode API features.
The tool controls virtual machines, storage, networking, and DNS from the command line.

PARAMETERS

COMMAND

Resource type (linodes, volumes, domains, etc.).
linodes
Manage Linode instances.
volumes
Manage block storage volumes.
domains
Manage DNS domains.
configure
Set up authentication.
--help
Display help information.

CAVEATS

Requires API token. Operations may incur charges. Token stored in ~/.config/linode-cli.

HISTORY

linode-cli is the official Linode command-line interface for managing their cloud infrastructure services.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community