Skip to main content

hubify pod

Manage GPU compute pods. Pods are the machines where experiments run. Currently powered by RunPod, with Modal serverless coming soon.

GPU Types

hubify pod list

List all pods in the active lab.
Options:

hubify pod create

Create and start a new GPU pod.
Options:
GPU pods bill by the hour while running. Use hubify pod stop when not in use, or set --idle-timeout to auto-stop idle pods. An idle H200 at 3.89/hrcosts3.89/hr costs 93/day.

hubify pod ssh

Open an SSH session into a running pod.
Options: The SSH connection uses the pod’s assigned IP and port. These are stored in your lab config so you don’t need to remember them.

hubify pod stop

Stop a running pod. Persistent disk is preserved.
Options:
stop preserves the pod’s persistent disk so you can restart later. Use --terminate to permanently destroy the pod and its storage. Terminated pods cannot be recovered.

hubify pod restart

Restart a stopped pod.

hubify pod templates

Manage reusable pod configurations.

Typical Workflow