We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ee0b6 commit 04e1046Copy full SHA for 04e1046
ovh/client.py
@@ -74,7 +74,7 @@
74
#: Mapping between OVH API region names and corresponding endpoints
75
ENDPOINTS = {
76
'ovh-eu': 'https://eu.api.ovh.com/1.0',
77
- 'ovh-us': 'https://api.ovh.us/1.0',
+ 'ovh-us': 'https://api.ovhcloud.com/1.0',
78
'ovh-ca': 'https://ca.api.ovh.com/1.0',
79
'kimsufi-eu': 'https://eu.api.kimsufi.com/1.0',
80
'kimsufi-ca': 'https://ca.api.kimsufi.com/1.0',
0 commit comments