Instances
Instance List
The Instances page shows all your GPU instances with their current status:
- 🟢 Running — Active and billing
- 🟡 Provisioning — Starting up
- 🔴 Stopped — Paused, no GPU billing
- ⚫ Terminated — Deleted
Each instance card shows: GPU type, IP address, cost/hour, uptime, and total cost.
Launching an Instance
Click Launch Instance to open the launch dialog:
- Select GPU type
- Choose template or custom Docker image
- Set region preference
- Configure disk size
- Select SSH key
- Toggle spot instance (cheaper, may be interrupted)
- Click Launch
Managing Instances
Stop
Pauses the instance and stops GPU billing. Disk state is preserved.
Start
Resumes a stopped instance. The same GPU may not be available — Pulserun will find the cheapest option.
Terminate
Permanently deletes the instance and its disk. This cannot be undone.
SSH Access
Click the Terminal icon to copy the SSH command:
ssh root@<instance-ip>Jupyter Access
If your template includes Jupyter, click the Jupyter link to open it in your browser.
Filtering
Filter instances by status: All, Running, Stopped, Terminated.