← 返回命令列表

Linux command

exo-compute-instance 命令

文本

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

常用示例

List instances

exo compute instance list

Create an instance

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

Show instance details

exo compute instance show [name]

Start an instance

exo compute instance start [name]

Stop an instance

exo compute instance stop [name]

Delete an instance

exo compute instance delete [name]

SSH into instance

exo compute instance ssh [name]

说明

exo compute instance manages Exoscale compute instances (virtual machines). It handles the full lifecycle from creation through deletion, including power management and configuration. Instances run in specified availability zones with configurable templates, instance types, security groups, and SSH keys. The tool provides convenient SSH access and management without using the web console. Commands support all instance operations including resizing, rebooting, and attaching to networks and storage.

FAQ

What is the exo-compute-instance command used for?

exo compute instance manages Exoscale compute instances (virtual machines). It handles the full lifecycle from creation through deletion, including power management and configuration. Instances run in specified availability zones with configurable templates, instance types, security groups, and SSH keys. The tool provides convenient SSH access and management without using the web console. Commands support all instance operations including resizing, rebooting, and attaching to networks and storage.

How do I run a basic exo-compute-instance example?

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

Where can I find more exo-compute-instance examples?

This page includes 7 examples for exo-compute-instance, plus related commands for nearby Linux tasks.