OVHcloud AI CLI Install

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


you can 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

Then download the configuration with the following commands

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