LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo dnf install exo
copy
sudo pacman -S exo
copy
sudo apk add exoscale
copy
nix profile install nixpkgs#exo
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid