If you are a newer DigitalOcean customer, we may charge your team’s primary payment method partway through the monthly billing cycle when you create GPU Droplets, but your total cost is not increased. This is a precautionary measure to prevent abuse of our platform.
How to Create GPU Droplets
Last verified 11 Aug 2026
DigitalOcean Droplets are Linux-based virtual machines (VMs) that run on top of virtualized hardware. Each Droplet you create is a new server you can use, either standalone or as part of a larger, cloud-based infrastructure.
GPU Droplets have GPUs in a single or 8 GPU configuration. They also come with two different kinds of storage: a boot disk for persistent data and a scratch disk for non-persistent data. Learn more about GPU Droplet plans and features.
We provide AI/ML-ready images for GPU Droplets that have drivers and software from AMD and NVIDIA preinstalled, as well as preconfigured 1-Click Models powered by Hugging Face. You can also create GPU Droplets with existing Droplet images, but you need to manually install drivers and other software to use the GPUs.
Create a GPU Droplet in the Control Panel
After you log in to the Control Panel, click the green Create button at the top to open the Create menu, then click GPU Droplet to go to the GPU Droplet creation page.
Create a GPU Droplet with the resources you choose.
The GPU Droplet creation page has similar sections to the regular Droplet creation page, like choosing a datacenter region, and some different options:
-
Choose an image. We provide AI/ML-ready images for AMD and NVIDIA GPU Droplets which have drivers and software pre-installed. You can also use 1-Click Models which let you deploy popular third-party models directly to GPU Droplets.
GPU Droplets also work with existing Droplet images, but you need to manually install GPU drivers.
-
Choose a GPU plan. We offer single-GPU and 8-GPU plans. For supported GPUs, choose either on-demand or spot capacity. To compare the capacity tiers, see Spot GPU Droplets vs On-Demand GPU Droplets. GPU Droplets also include a scratch disk, which is a non-persistent disk for staging data.
Note Spot GPU Droplets are in public preview. Spot GPU Droplet pricing is separate from on-demand pricing and may change daily based on available idle GPU capacity.
-
Enable backups. Backups let you restore your Droplet if it fails. Configure the backup frequency and retention period based on your recovery requirements. Backups of GPU Droplets include the boot disk but not the scratch disk. Backup costs depend on the plan you choose; see Backups pricing for details.
-
Add additional storage. DigitalOcean Volumes Block Storage provides network-attached, SSD-backed block storage. You can move a volume between compatible Droplets and GPU Droplets by detaching it from one Droplet and attaching it to another.
-
Add an SSH key for authentication. Add an SSH key pair to securely connect to your GPU Droplet.
-
Configure networking. A private IPv4 address is always assigned for traffic within the same VPC. Public IP addresses are optional:
- Public IPv4 address. Allows the GPU Droplet to send and receive traffic over the public internet. Disable it to restrict the Droplet to private VPC traffic.
- Public IPv6 address. Enables the GPU Droplet to send and receive IPv6 traffic over the public internet.
-
Enable Metrics. Select Improved Metrics and Monitoring to enable GPU Observability in Insights automatically, allowing
do-agentto detect the GPU type and integrate with the appropriate exporter (DCGMfor NVIDIA orROCmfor AMD) to collect and send GPU metrics securely. For details about available GPU metrics, see the Monitoring Metrics page.Note The power throttling GPU metric is currently available only for AMD GPUs. NVIDIA support is planned but not yet available. To use AMD GPUs, contact support to request access.
For Basic Images, you can enable GPU metrics by manually installing the exporter, binding it to 127.0.0.1, reconfiguring do-agent to scrape it, and restarting do-agent.
- If you want to enable jumbo frames, you can do so with user data during creation.
Once you finish selecting your options, click Create GPU Droplet. GPU Droplets generally take longer than non-GPU Droplets to initialize, particularly for 8 GPU Droplets, so allow some time for this process to finish.
Create a GPU Droplet Using the DigitalOcean API or CLI
When creating a GPU Droplet using the DigitalOcean API or CLI, you need to provide values for:
- The
region, the string for the desired datacenter. - The
size, the slug that specifies the Droplet plan. - The
image, the slug that specifies the base image.
You can view slugs for all GPU Droplet plans and details on AI/ML-ready and inference-optimized images.