Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
GPU Cluster create request
Region to create the GPU cluster in. Valid values are us-central-8 and us-central-4.
Type of GPU to use in the cluster
Available options:
UNKNOWN_GPU_TYPE
, H100_SXM
, H200_SXM
, RTX_6000_PCI
Number of GPUs to allocate in the cluster. This must be multiple of 8. For example, 8, 16 or 24
Name of the GPU cluster.
Duration in days to keep the cluster running.
NVIDIA driver version to use in the cluster.
Available options:
UNKNOWN_DRIVER
, CUDA_12_5_555
, CUDA_12_6_560
, CUDA_12_6_565
, CUDA_12_8_570
Available options:
UNSPECIFIED
, RESERVED
, ON_DEMAND
GPU Cluster create request.
Available options:
UNKNOWN_TYPE
, KUBERNETES
, SLURM