Sha256: 9c6f1c901cfcfdbf771a70eece864856d25b263b5f9dbdc3dac4c8b86af9f18a
Contents?: true
Size: 825 Bytes
Versions: 4
Compression:
Stored size: 825 Bytes
Contents
# ServerStart This will start a server. If the server's public IP was deallocated then a new IP will be assigned. ```text knife ionoscloud server start SERVER_ID [SERVER_ID] (options) ``` ## Available options: ### Required options: * 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) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud server start SERVER_ID ```
Version data entries
4 entries across 4 versions & 1 rubygems