Persistent Storage

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.

Recommended

NVMe SSD

₹3–5/GB/month

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

₹1–2/GB/month

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.

Developer-First

Manage Storage from Anywhere

Use the dashboard, CLI, or REST API — whatever fits your workflow.

CLI
# 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
REST API
// 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.

DPDP Act Compliant
InfiniBand Interconnect
Automatic Snapshots

Start with 50GB Free

Every Wollnut account includes 50GB of free NVMe storage. No credit card required.