OVHcloud AI CLI Install

The ovhai CLI is the recommended means of interaction with AI Training, AI Notebooks or AI Deploy services.


Follow the guide

Go to the official guide

Use this one-liner

curl https://cli.gra.ai.cloud.ovh.net/install.sh | bash
Select a region with ovhai config list and ovhai config set GRA .

Or install manually

Download and unzip the binaries

Then download the configuration with the following commands

# On Windows
mkdir %USERPROFILE%\.config\ovhai
curl -o %USERPROFILE%\.config\ovhai\config.json https://cli.gra.ai.cloud.ovh.net/config.json

# On other OS
mkdir -p ~/.config/ovhai
curl -o ~/.config/ovhai/config.json https://cli.gra.ai.cloud.ovh.net/config.json