server list
List all servers in your account.
Usage
redu server listDescription
Fetches your servers and prints:
- A JSON dump of the raw instance list (pretty-printed)
- 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 listOutput
-
Raw JSON (pretty-printed)
-
Then:
Instances:- <name> (<id>): status=<status>
Exit codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Error |
Related commands
redu server createredu server flavors