Skip to main content
Master the full lifecycle of GPU instance management on Hyperbolic - from creation to termination, including monitoring, scaling, and troubleshooting.

Creating Instances

Web UI Method

1

Navigate to On-Demand GPU platform

Go to app.hyperbolic.ai/gpus and browse available GPUs.
2

Select GPU Configuration

  • Choose GPU type (H100 80GB, H200 141GB, B200 192GB)
  • Select quantity
  • Pick region for optimal latency
  • Choose InfiniBand if needed for multi-GPU
3

Configure Instance

  • Storage: Configure as needed for your storage needs
  • Label: Name your instance for easy identification
  • SSH Keys (Optional): Add SSH keys for secure access to your instance
4

Launch

Review pricing and click “Start Building”. Instance will be ready in a few minutes (may take up to 25 minutes depending on configuration and region).

Connecting to Instances

SSH Connection

Basic SSH connection:

File Transfer

Instance Lifecycle Management

Terminating Instances

Termination is permanent. All data on the instance will be lost. Always backup important data before terminating.
To terminate an instance:
  1. Go to “My Instances” in the Web UI
  2. Click “Terminate” in the instance actions
  3. Confirm the deletion

Monitoring and Metrics

Real-Time GPU Monitoring

SSH into your instance and use these commands:

System Monitoring

Setting Up Custom Monitoring

Managing Multiple Instances

Viewing All Instances

Go to app.hyperbolic.ai/instances to view all your instances with:
  • Instance status
  • GPU type and configuration
  • Region
  • Running time and costs
  • Quick action buttons

Batch Operations

Parallel SSH Commands:
Using Ansible:

Instance States and Troubleshooting

Instance States

Common Issues and Solutions

Solution:
  • Wait up to 25 minutes for provisioning
  • Check region availability in the dashboard
  • Contact support if pending > 30 minutes
Check the instance status in your dashboard for updates.
Solution:
  • Verify instance is in “Running” state
  • Check SSH key is authorized
  • Confirm IP address is correct
  • Test network connectivity
Solution:
  • Verify GPU driver is loaded
  • Check Docker runtime configuration
  • Restart instance if needed
Possible causes:
  • Insufficient account balance
  • Violation of terms of service
  • Hardware failure (rare)
Solution:
  • Check billing status in your dashboard
  • Review instance logs
  • Contact support for clarification
Still having issues? Contact support@hyperbolic.ai or use the Intercom chat widget for immediate assistance.

Best Practices

Use Instance Labels

Name your instances clearly to track different projects and experiments.

Implement Auto-shutdown

Set up scripts to automatically terminate idle instances to avoid unnecessary charges.

Regular Backups

Schedule regular backups of important data to external storage (S3, GCS, etc.).

Monitor Costs

Set up billing alerts and regularly review instance usage to optimize costs.

Auto-shutdown Script Example

Advanced Configuration

Custom Startup Scripts

Create a startup script that runs when instance boots:

Data Persistence Strategies

Next Steps

Storage & Ports

Configure persistent storage and network settings