Your Data Stays. Always.
High-speed persistent volumes that exist independently of GPU instances. Stop re-uploading terabytes. Mount your data on any instance in seconds.
First 50GB free for all accounts
Simple, Predictable Pricing
No egress fees. No hidden charges. Pay only for what you store.
NVMe SSD
Ultra-fast NVMe storage for active datasets, model checkpoints, and training runs.
- Up to 3.5 GB/s read throughput
- Sub-millisecond latency
- Automatic snapshots
- Mount on any GPU instance
HDD Archive
Cost-effective storage for infrequently accessed datasets and long-term archival.
- Up to 500 MB/s throughput
- Ideal for cold data & backups
- Automatic snapshots
- Upgrade to NVMe anytime
How It Works
Three steps to persistent, high-speed storage for all your AI workloads.
Create a Volume
Create a persistent volume from the dashboard or CLI. Choose NVMe SSD or HDD and set your size.
Attach to Any Instance
Mount your volume on any GPU instance. Near-zero latency over InfiniBand internal network.
Data Persists Forever
Terminate your GPU instance — your data stays. Launch a new GPU and re-mount instantly.
Manage Storage from Anywhere
Use the dashboard, CLI, or REST API — whatever fits your workflow.
# Create a 500GB NVMe volume
wollnut storage create --size 500gb --name my-data --type nvme
# List your volumes
wollnut storage ls
# Attach to a running instance
wollnut storage attach --volume my-data --instance i-abc123// Create a volume
POST /v1/storage/create
{
"name": "training-data",
"sizeGb": 500,
"type": "nvme"
}
// Attach to instance
POST /v1/storage/attach
{
"volumeId": "vol_abc123",
"instanceId": "i-xyz789"
}Data Sovereignty by Default
All storage resides in GIFT City, Gandhinagar — India's premier financial hub. DPDP Act compliant. Your data never leaves India.
Start with 50GB Free
Every Wollnut account includes 50GB of free NVMe storage. No credit card required.
