← 返回命令列表

Linux command

linode-cli-linodes 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all Linodes

linode-cli linodes list

Create Linode

linode-cli linodes create --type [g6-nanode-1] --region [us-east] --image [linode/ubuntu22.04] --root_pass "[password]"

View Linode details

linode-cli linodes view [linode_id]

Boot Linode

linode-cli linodes boot [linode_id]

Shutdown Linode

linode-cli linodes shutdown [linode_id]

Delete Linode

linode-cli linodes delete [linode_id]

说明

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.

参数

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.

FAQ

What is the linode-cli-linodes command used for?

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.

How do I run a basic linode-cli-linodes example?

Run `linode-cli linodes list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in linode-cli-linodes?

List all Linodes.