OVHcloud AI CLI Install

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


Use this one-liner

curl https://cli.us-east-va.ai.cloud.ovh.us/install.sh | bash
Select a region with ovhai config list and ovhai config set US-EAST-VA .

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.us-east-va.ai.cloud.ovh.us/config.json

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