Multi-node GPU Cluster
Multi-node GPU Cluster
Overview
Provides an Application Programming Interface (API) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Multi-node GPU Cluster service and how to call API. The API is provided as a RESTful API, and it responds in JSON format.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|---|---|
| 1.2 | CURRENT | - |
| 1.1 | DEPRECATED | 20260331 |
| 1.0 | DEPRECATED | 20251231 |
OpenAPI URL
https://multinodegpucluster.{region}.{environment}.samsungsdscloud.com
Environment and Region List
| environment | region |
|---|---|
| s | kr-west1 |
| s | kr-east1 |
| g | kr-south1 |
| g | kr-south2 |
| g | kr-south3 |
| e | kr-west1 |
| e | kr-east1 |
API Version History
1.2
Multi-Node GPU Cluster Open API has been released.
Changes
- [New]
GET /gpu-nodes- listGpuNodes API has been added. - [New]
GET /gpu-nodes/{gpu_node_id}- showGpuNode API has been added. - [New]
POST /gpu-nodes- createGpuNodes API has been added. - [New]
DELETE /gpu-nodes- deleteGpuNodes API has been added. - [New]
POST /gpu-nodes/start- startGpuNodes API has been added. - [New]
POST /gpu-nodes/stop- stopGpuNodes API has been added. - [New]
PUT /gpu-nodes/{gpu_node_id}/lock- lockGpuNode API has been added. - [New]
PUT /gpu-nodes/{gpu_node_id}/unlock- unlockGpuNode API has been added. - [New]
GET /gpu-nodes/images- listGpuNodeImages API has been added. - [New]
GET /gpu-nodes/products- listGpuNodeProducts API has been added. - [New]
GET /cluster-fabrics- listClusterFabrics API has been added. - [New]
GET /cluster-fabrics/{cluster_fabric_id}- showClusterFabric API has been added. - [New]
POST /cluster-fabrics/modify-members- modifyClusterFabricMembers API has been added. - [New]
GET /cluster-fabrics/node-pools- listNodePools API has been added. - [New]
POST /gpu-nodes/{gpu_node_id}/public-nat-ip- assignGpuNodePublicNatIp API has been added. - [New]
DELETE /gpu-nodes/{gpu_node_id}/public-nat-ip- releaseGpuNodePublicNatIp API has been added.