LinuxCommandLibrary

linode-cli-linodes

manages Linode virtual machine instances

TLDR

List all Linodes

$ linode-cli linodes list
copy
Create Linode
$ linode-cli linodes create --type [g6-nanode-1] --region [us-east] --image [linode/ubuntu22.04] --root_pass "[password]"
copy
View Linode details
$ linode-cli linodes view [linode_id]
copy
Boot Linode
$ linode-cli linodes boot [linode_id]
copy
Shutdown Linode
$ linode-cli linodes shutdown [linode_id]
copy
Delete Linode
$ linode-cli linodes delete [linode_id]
copy

SYNOPSIS

linode-cli linodes subcommand [options]

DESCRIPTION

linode-cli linodes manages Linode virtual machine instances. It handles creation, configuration, and lifecycle.
The tool controls power state, resizing, cloning, and backups for Linode instances.

PARAMETERS

SUBCOMMAND

Linode operation.
list
List all Linodes.
create
Create new Linode.
view ID
View Linode details.
boot ID
Boot Linode.
shutdown ID
Shutdown Linode.
delete ID
Delete Linode.
--type PLAN
Instance type/plan.
--region REGION
Datacenter region.
--image IMAGE
OS image to deploy.
--help
Display help information.

CAVEATS

Requires authentication. Creates billable resources. Deletion is permanent.

HISTORY

linode-cli linodes is part of the Linode CLI for managing virtual machine instances on Linode cloud.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community