← 返回命令列表

Linux command

exo-compute 命令

文本

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

常用示例

List instances

exo compute instance list

Create instance

exo compute instance create [name] --template [Linux Ubuntu] --zone [ch-gva-2]

Start instance

exo compute instance start [name]

Stop instance

exo compute instance stop [name]

Delete instance

exo compute instance delete [name]

SSH to instance

exo compute ssh [name]

Show instance details

exo compute instance show [name]

说明

exo compute manages Exoscale compute instances (virtual machines). It handles the full lifecycle from creation through deletion, including power management. Commands support all instance configurations including templates, security groups, SSH keys, and network settings. Zones are Exoscale data center locations. This subcommand provides IaaS management for Exoscale's compute platform.

参数

--template _NAME_
Instance template.
--zone _ZONE_
Availability zone.
--type _TYPE_
Instance type.
--help
Display help information.

FAQ

What is the exo-compute command used for?

exo compute manages Exoscale compute instances (virtual machines). It handles the full lifecycle from creation through deletion, including power management. Commands support all instance configurations including templates, security groups, SSH keys, and network settings. Zones are Exoscale data center locations. This subcommand provides IaaS management for Exoscale's compute platform.

How do I run a basic exo-compute example?

Run `exo compute instance list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --template _NAME_ do in exo-compute?

Instance template.