CLI
Servers
List servers

server list

List all servers in your account.


Usage

redu server list

Description

Fetches your servers and prints:

  1. A JSON dump of the raw instance list (pretty-printed)
  2. A simple human-readable list of instances (name, id, status)

If no instances exist, it prints No instances found..


Arguments

This command does not accept positional arguments.


Flags

This command does not currently support flags.


Examples

redu server list

Output

  • Raw JSON (pretty-printed)

  • Then:

    • Instances:
    • - <name> (<id>): status=<status>

Exit codes

CodeMeaning
0Success
1Error

Related commands

  • redu server create
  • redu server flavors