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:

  1. Select GPU type
  2. Choose template or custom Docker image
  3. Set region preference
  4. Configure disk size
  5. Select SSH key
  6. Toggle spot instance (cheaper, may be interrupted)
  7. 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.