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 --helpAvailable commands
redu server list
redu server create
redu server flavors
redu server make-publicEach command is documented separately with usage examples and behavior notes.
Common workflows
List servers:
redu server listCreate a server:
redu server createInspect available sizes:
redu server flavorsExpose 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 listserver create
Then explore networking and images as needed.