GPU Cloud from Your Terminal
Manage GPU instances, storage volumes, and model endpoints without leaving your terminal. Script deployments, automate workflows, and monitor everything from the command line.
Get Started in Seconds
Install the Wollnut CLI with your preferred package manager.
npm install -g @wollnut/clipip install wollnut-cliEvery Command You Need
A complete set of commands for managing your GPU cloud infrastructure.
$ wollnut auth loginAuthenticate with your Wollnut account$ wollnut gpu listList available GPU types and pricing$ wollnut gpu launchLaunch a new GPU instance$ wollnut gpu lsList your running instances$ wollnut gpu sshSSH into a running instance$ wollnut gpu stopStop a running instance$ wollnut storage createCreate a new storage volume$ wollnut storage lsList your storage volumes$ wollnut endpoint deployDeploy a model as an API endpoint$ wollnut endpoint lsList your deployed endpoints$ wollnut billing statusView current balance and usage$ wollnut billing historyView past invoices and chargesSee It in Action
From login to a running GPU instance in under a minute.
$ wollnut auth login
✓ Authenticated as user@example.com
$ wollnut gpu list
┌──────────────┬────────┬───────────┐
│ GPU │ VRAM │ Price/hr │
├──────────────┼────────┼───────────┤
│ A100 80GB │ 80 GB │ ₹120/hr │
│ H100 80GB │ 80 GB │ ₹200/hr │
│ RTX 4090 │ 24 GB │ ₹45/hr │
└──────────────┴────────┴───────────┘
$ wollnut gpu launch --type a100 --name training-run
✓ Instance training-run launched (id: i-8f3a2b)
$ wollnut gpu ssh training-run
Connected to training-run (A100 80GB)
user@training-run:~$
$ wollnut gpu stop training-run
✓ Instance training-run stoppedBuilt for Developers
Everything you need to manage GPU infrastructure from the command line.
Script Everything
Integrate Wollnut into your CI/CD pipelines, shell scripts, and automation workflows. Every action available in the dashboard works from your terminal.
Instant SSH
Connect to any running GPU instance with a single command. No manual key management — the CLI handles authentication and tunneling for you.
Real-Time Status
Monitor instance health, GPU utilization, and billing in real time. Stream logs and get instant feedback without leaving your terminal.
Install Wollnut CLI
Start managing your GPU cloud from the terminal. Free to install, pay only for the resources you use.
