Install cudoctl
To use this client you will need to- Create an API key
- Download and install cudoctl command line tool from here
- Run
cudoctl initand enter your API key and select a project/billing account.
cudoctl init again.
Install via pip
To install the python client via pip run:Example code
For more information see the GitHub Repository Full examples can be found in theexamples directory.
Below are some simplified examples:
Create a virtual machine
List current virtual machines
Terminate a virtual machine
Other services
The API has multiple services (other than virtual_machines)- apikeys
- disks
- networks
- object_storage
- permissions
- ssh_keys
- search
- user
- virtual_machines
/docs directory of the GitHub Repository