Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Floating IPs
- Function as a Service
- GPU Cloud
- GETList bare metal GPU clusters
- GETGet bare metal GPU cluster
- DELDelete bare metal GPU cluster
- GETList bare metal GPU cluster interfaces
- GETList bare metal GPU cluster ports
- POSTPowercycle all bare metal GPU cluster servers
- POSTReboot all bare metal GPU cluster servers
- POSTAttach interface to bare metal GPU cluster server
- POSTDetach interface from bare metal GPU cluster server
- GETGet bare metal GPU cluster server console URL
- POSTPowercycle one bare metal GPU cluster server
- POSTReboot one bare metal GPU cluster server
- POSTCreate bare metal GPU cluster
- DELDelete server from bare metal GPU cluster
- POSTRebuild bare metal GPU cluster servers
- POSTResize bare metal GPU cluster
- GETList regions with GPU cluster support
- POSTCheck bare metal GPU cluster quota
- GETList bare metal GPU clusters
- GETGet bare metal GPU cluster
- GETList bare metal GPU cluster servers
- GETList bare metal GPU flavors
- GETList bare metal GPU images
- POSTUpload new bare metal GPU image
- GETGet bare metal GPU image
- DELDelete bare metal GPU image
- POSTCheck virtual GPU cluster quota
- GETList virtual GPU clusters
- POSTCreate virtual GPU cluster
- GETGet virtual GPU cluster
- DELDelete virtual GPU cluster
- PATCHUpdate virtual GPU cluster
- POSTExecute virtual GPU cluster action
- GETList virtual GPU cluster interfaces
- GETList virtual GPU cluster servers
- DELDelete virtual GPU cluster server
- GETList virtual GPU cluster volumes
- GETList virtual GPU flavors
- GETList virtual GPU images
- POSTUpload new virtual GPU image
- GETGet virtual GPU image
- DELDelete virtual GPU image
- POSTPreview GPU cluster price
- GETGet GPU cluster price
- POSTCheck GPU cluster quotasdeprecated
- GETList GPU flavorsdeprecated
- GETList GPU imagesdeprecated
- GET
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Security Groups
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
GPU Cloud
List regions with GPU cluster support
Retrieve a list of regions that support GPU clusters. For resellers, returns all AI regions. For regular clients, returns only active AI regions.
GET
/
cloud
/
v1
/
ai
/
regions
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/ai/regions \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"count": 1,
"results": [
{
"access_level": "core",
"ai_service_endpoint": {
"client_ids": [
1,
22,
333
],
"created_on": "2021-11-09T12:05:50",
"id": 1,
"region_id": 2,
"service": "laas",
"updated_at": "2022-12-10T13:06:41",
"url": "https://example.com",
"version": "v1.2.3"
},
"ai_service_endpoint_id": 6,
"available_volume_types": [
"standard",
"ssd_hiiops",
"cold"
],
"available_volume_types_set": [
"standard",
"ssd_hiiops",
"cold"
],
"country": "LU",
"created_on": "2019-12-31T23:59:59",
"ddos_endpoint": {
"client_ids": [
1,
22,
333
],
"created_on": "2021-11-09T12:05:50",
"id": 1,
"region_id": 2,
"service": "laas",
"updated_at": "2022-12-10T13:06:41",
"url": "https://example.com",
"version": "v1.2.3"
},
"ddos_endpoint_id": 3,
"display_name": "Luxembourg 1",
"endpoint_type": "public",
"external_network_id": "c843c3e6-ef4d-4b92-8db2-e16ac05c5650",
"has_ai": true,
"has_ai_gpu": true,
"has_baremetal": false,
"has_basic_vm": false,
"has_k8s": true,
"has_kvm": true,
"has_sfs": false,
"id": 1,
"keystone": {
"created_on": "2019-12-31 23:59:59",
"id": 1,
"keystone_federated_domain_id": "2b2798cc-eb87-475e-8eab-1e711e5dbe46",
"password": "******",
"state": "NEW",
"url": "https://10.100.167.20:5000/v3",
"username": "admin"
},
"keystone_id": 1,
"keystone_name": "ED-8",
"metrics_database": {
"host": "10.100.167.20",
"id": 1,
"port": 9097,
"username": "metrics_username"
},
"metrics_database_id": 1,
"novnc_proxy_url": "http://example.com:6080/",
"serial_proxy_url": "wss://example.com:6083/",
"spice_proxy_url": "http://example.com:6082/",
"state": "NEW",
"task_id": null,
"vlan_physical_network": "br-ex",
"zone": "EMEA"
}
]
}
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Response
200 - application/json
All Regions (json format).
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/ai/regions \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"count": 1,
"results": [
{
"access_level": "core",
"ai_service_endpoint": {
"client_ids": [
1,
22,
333
],
"created_on": "2021-11-09T12:05:50",
"id": 1,
"region_id": 2,
"service": "laas",
"updated_at": "2022-12-10T13:06:41",
"url": "https://example.com",
"version": "v1.2.3"
},
"ai_service_endpoint_id": 6,
"available_volume_types": [
"standard",
"ssd_hiiops",
"cold"
],
"available_volume_types_set": [
"standard",
"ssd_hiiops",
"cold"
],
"country": "LU",
"created_on": "2019-12-31T23:59:59",
"ddos_endpoint": {
"client_ids": [
1,
22,
333
],
"created_on": "2021-11-09T12:05:50",
"id": 1,
"region_id": 2,
"service": "laas",
"updated_at": "2022-12-10T13:06:41",
"url": "https://example.com",
"version": "v1.2.3"
},
"ddos_endpoint_id": 3,
"display_name": "Luxembourg 1",
"endpoint_type": "public",
"external_network_id": "c843c3e6-ef4d-4b92-8db2-e16ac05c5650",
"has_ai": true,
"has_ai_gpu": true,
"has_baremetal": false,
"has_basic_vm": false,
"has_k8s": true,
"has_kvm": true,
"has_sfs": false,
"id": 1,
"keystone": {
"created_on": "2019-12-31 23:59:59",
"id": 1,
"keystone_federated_domain_id": "2b2798cc-eb87-475e-8eab-1e711e5dbe46",
"password": "******",
"state": "NEW",
"url": "https://10.100.167.20:5000/v3",
"username": "admin"
},
"keystone_id": 1,
"keystone_name": "ED-8",
"metrics_database": {
"host": "10.100.167.20",
"id": 1,
"port": 9097,
"username": "metrics_username"
},
"metrics_database_id": 1,
"novnc_proxy_url": "http://example.com:6080/",
"serial_proxy_url": "wss://example.com:6083/",
"spice_proxy_url": "http://example.com:6082/",
"state": "NEW",
"task_id": null,
"vlan_physical_network": "br-ex",
"zone": "EMEA"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.