CLI
Servers
Overview

Servers

The server command group is used to manage virtual machines.

This includes:

  • listing servers
  • creating servers
  • inspecting available flavors
  • making servers publicly accessible

All server-related commands are grouped under redu server.


Command structure

redu server <command> [arguments]

To see all available server commands:

redu server --help

Available commands

redu server list
redu server create
redu server flavors
redu server make-public

Each command is documented separately with usage examples and behavior notes.


Common workflows

List servers:

redu server list

Create a server:

redu server create

Inspect available sizes:

redu server flavors

Expose a server publicly:

redu server make-public <instance-id>

Output and scripting

Server commands print human-readable output and exit with standard exit codes, making them safe to use in scripts and automation.


Next steps

Start with:

  • server list
  • server create

Then explore networking and images as needed.