Aquanode LogoAquanode Docs
Pods

What a pod is

A pod is your disk, your image, and everything you installed. The GPU is rented. The pod is yours.

A pod is a GPU box you build once and keep. Your disk, your image, everything you installed. Run it on any provider we support, or on hardware you already own, pause it, and resume right where you left off.

The machine underneath is rented. The pod is not. That split is the whole product:

  • The machine is a GPU card at a provider, billed by the second, only while it runs. It is disposable. When you stop paying for it, it goes away.
  • The pod is what you built on that machine. It survives the machine, and it can come back on a different card, at a different provider, in a different country.

You never create a pod separately

The pod exists from the first launch. There is no second step, no "convert this box into a template" action. You launch, you work, and the thing you built is already a pod.

What a pod carries

A pod's Overview tab

Open any pod in the console and the Overview tab lists exactly what it holds:

FieldWhat it means
ImageThe base image the box boots from
DiskHow much data the pod is holding
VersionsHow many saves are in its lineage
Newest saveWhen the most recent version was taken

The Environment tab goes further and shows what travels with the pod when it moves to a new machine: the mount path (/workspace by default), the base image, and the startup script that rebuilds the environment on a new box.

The states a pod can be in

StateWhat is true
RunningA machine is rented and billing by the second. You can connect to it.
PausedNo machine is rented. Nothing is billing hourly. Your saved data is held.
SavedThe pod has at least one version and no machine attached.
Needs youSomething is waiting on a decision from you.

The Pods list filters on these, so you can see at a glance what is costing money right now and what is just sitting there.

What it costs to keep one

A paused pod rents no machine, so the hourly charge stops entirely. Syncing while you work is free. You pay only to hold what the pod saved, billed at $0.02/GiB per month.

That is the reason pausing is the default answer to "I am done for today" rather than tearing the box down and rebuilding tomorrow.

Where to go next