docs/subcommands/server_start.md in knife-ionoscloud-5.0.0.beta.1 vs docs/subcommands/server_start.md in knife-ionoscloud-5.0.0

- old
+ new

@@ -1,30 +1,33 @@ # ServerStart -This will start a server. If the server's public IP was deallocated then a new IP will be assigned. +This will start a server. If the server's public IP was deallocated then a new IP will be assigned. - knife ionoscloud server start SERVER_ID [SERVER_ID] (options) +```text +knife ionoscloud server start SERVER_ID [SERVER_ID] (options) +``` - ## Available options: ---- ### Required options: -* datacenter_id -* ionoscloud_username -* ionoscloud_password -``` +* datacenter\_id +* ionoscloud\_username +* ionoscloud\_password + +```text datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID iD of the data center (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) - ``` ## Example - knife ionoscloud server start SERVER_ID +```text +knife ionoscloud server start SERVER_ID +``` +