35 lines
528 B
ReStructuredText
35 lines
528 B
ReStructuredText
Usage
|
|
=====
|
|
|
|
Start API
|
|
----------
|
|
|
|
.. code-block:: sh
|
|
|
|
ucloud api
|
|
|
|
Host Creation
|
|
-------------
|
|
|
|
Currently, we don't have any host (that runs virtual machines).
|
|
So, we need to create it by executing the following command
|
|
|
|
.. code-block:: sh
|
|
|
|
ucloud-cli host create --hostname ungleich.ch --cpu 32 --ram '32GB' --os-ssd '32GB'
|
|
|
|
You should see something like the following
|
|
|
|
.. code-block:: json
|
|
|
|
{
|
|
"message": "Host Created"
|
|
}
|
|
|
|
Start Scheduler
|
|
---------------
|
|
|
|
.. code-block:: sh
|
|
|
|
ucloud scheduler
|
|
|