CLI - Installation
Learn how to install the CLI to interact with AI Training
Learn how to install the CLI to interact with AI Training
Last updated 20th April, 2021.
This guide covers the installation of the ovhai CLI. The CLI is the recommended means of interaction with the AI Training service.
First download the CLI for the AI Training cluster location of your choice with the following link:
https://cli.<region>.training.ai.cloud.ovh.net # region is the lowercase cluster location
After downloading the right zip for your platform, unzip it and add it to your PATH
:
unzip ovhai-<platform>.zip
mkdir -p $HOME/bin
mv ovhai $HOME/bin/ovhai
export PATH=$PATH:$HOME/bin/
Once the ovhai CLI is installed, you need to authenticate with the AI Training service.
ovhai login
You have the choice between two methods to log in:
Use the credentials of your AI Training user to log in.
You can use the command ovhai --help
to list available actions and ovhai <action> --help
for more information about a specific action.
The documentation of the CLI is available at CLI documentation.
In addition, when performing any action in the AI Training section of the OVHcloud Control Panel you are provided with the equivalent command to get you started with the ovhai CLI.
Please send us your questions, feedback and suggestions to improve the service:
Please feel free to give any suggestions in order to improve this documentation.
Whether your feedback is about images, content, or structure, please share it, so that we can improve it together.
Your support requests will not be processed via this form. To do this, please use the "Create a ticket" form.
Thank you. Your feedback has been received.
Access your community space. Ask questions, search for information, post content, and interact with other OVHcloud Community members.
Discuss with the OVHcloud community