ovhai CLI is the recommended means of interaction with AI Training, AI Notebooks or AI Deploy services.
curl https://cli.gra.ai.cloud.ovh.net/install.sh | bashSelect a region with
# 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