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.

VersionStatusNot Before
1.2CURRENT-
1.1DEPRECATED20260331
1.0DEPRECATED20251231

OpenAPI URL

https://multinodegpucluster.{region}.{environment}.samsungsdscloud.com

Environment and Region List

environmentregion
skr-west1
skr-east1
gkr-south1
gkr-south2
gkr-south3
ekr-west1
ekr-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.