upctl server stop
Stop a server
Examples
upctl server stop 00cbe2f3-4cf9-408b-afee-bd340e13cdd8
upctl server stop 00cbe2f3-4cf9-408b-afee-bd340e13cdd8 0053a6f5-e6d1-4b0b-b9dc-b90d0894e8d0
upctl server stop my_server
upctl server stop --wait my_server
Options
| Option | Description |
|---|---|
--type |
The type of stop operation. Available: soft, hard Default: soft |
--wait |
Wait for server to be in stopped state before returning. |
--help, -h |
help for stop Default: false |
Global options
| Option | Description |
|---|---|
--client-timeout, -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output, -o |
Output format. Valid values are human, json and yaml.Default: human |
Related commands
| Command | Description |
|---|---|
| upctl server | Manage servers |