LinuxCommandLibrary

exo-compute-instance

Exoscale virtual machine lifecycle management

TLDR

List instances

$ exo compute instance list
copy
Create an instance
$ exo compute instance create [name] --zone [ch-gva-2] --template [Linux Ubuntu]
copy
Show instance details
$ exo compute instance show [name]
copy
Start an instance
$ exo compute instance start [name]
copy
Stop an instance
$ exo compute instance stop [name]
copy
Delete an instance
$ exo compute instance delete [name]
copy
SSH into instance
$ exo compute instance ssh [name]
copy

SYNOPSIS

exo compute instance command [options]

DESCRIPTION

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.

SUBCOMMANDS

list

List instances.
create
Create an instance.
show
Show instance details.
start
Start instance.
stop
Stop instance.
reboot
Reboot instance.
delete
Delete instance.
ssh
SSH into instance.
resize
Resize instance.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community