55Manage hardware
66
77The available commands are:
8- list List hardware devices
9- detail Retrieve hardware details
10- reload Perform an OS reload
11- cancel Cancel a dedicated server.
8+ list List hardware devices
9+ detail Retrieve hardware details
10+ reload Perform an OS reload
11+ cancel Cancel a dedicated server.
1212 cancel-reasons Provides the list of possible cancellation reasons
13- network Manage network settings
13+ network Manage network settings
1414 list-chassis Provide a list of all chassis available for ordering
1515 create-options Display a list of creation options for a specific chassis
16- create Create a new dedicated server
16+ create Create a new dedicated server
1717
1818For several commands, <identifier> will be asked for. This can be the id,
1919hostname or the ip address for a piece of hardware.
@@ -35,9 +35,9 @@ class ListHardware(CLIRunnable):
3535List hardware servers on the acount
3636
3737Examples:
38- sl hardware list --datacenter=dal05
39- sl hardware list --network=100 --domain=example.com
40- sl hardware list --tags=production,db
38+ sl hardware list --datacenter=dal05
39+ sl hardware list --network=100 --domain=example.com
40+ sl hardware list --tags=production,db
4141
4242Options:
4343 --sortby=ARG Column to sort by. options: id, datacenter, host, cores,
@@ -180,8 +180,8 @@ class HardwareReload(CLIRunnable):
180180Reload the OS on a hardware server based on its current configuration
181181
182182Optional:
183- -i, --postinstall=URI Post-install script to download
184- (Only HTTPS executes, HTTP leaves file in /root)
183+ -i, --postinstall=URI Post-install script to download
184+ (Only HTTPS executes, HTTP leaves file in /root)
185185"""
186186
187187 action = 'reload'
@@ -261,7 +261,7 @@ class NetworkHardware(CLIRunnable):
261261
262262Options:
263263 --speed=SPEED Port speed. 0 disables the port.
264- [Options: 0, 10, 100, 1000, 10000]
264+ [Options: 0, 10, 100, 1000, 10000]
265265 --public Public network
266266 --private Private network
267267"""
0 commit comments