server make-public
Make an existing server publicly accessible.
Usage
redu server make-public <instance_id>Description
Marks a server as publicly accessible.
Use this only when public access is required.
Arguments
| Argument | Required | Description |
|---|---|---|
<instance_id> | yes | Server instance ID |
Flags
This command does not support flags.
Output
- On success:
Instance <instance_id> is now public. - On failure: error message with status code
Exit codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Error |
Notes
Public servers should be secured appropriately.
Related commands
redu server list