Master the full lifecycle of GPU instance management on Hyperbolic - from creation to termination, including monitoring, scaling, and troubleshooting.Documentation Index
Fetch the complete documentation index at: https://docs.hyperbolic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
This guide covers managing instances through the Hyperbolic Web UI. For programmatic access and API support, please contact our enterprise sales team.
Creating Instances
Web UI Method
Navigate to On-Demand GPU platform
Go to app.hyperbolic.ai/gpus and browse available GPUs.
Select GPU Configuration
- Choose GPU type (H100 80GB, H200 141GB)
- Select quantity
- Pick region for optimal latency
- Choose InfiniBand if needed for multi-GPU
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
Connecting to Instances
SSH Connection
Basic SSH connection:File Transfer
- SCP
- Rsync
- SFTP
Instance Lifecycle Management
Terminating Instances
To terminate an instance:- Go to “My Instances” in the Web UI
- Click “Terminate” in the instance actions
- Confirm the deletion
Monitoring and Metrics
Real-Time GPU Monitoring
SSH into your instance and use these commands:System Monitoring
Setting Up Custom Monitoring
- Prometheus + Grafana
- Weights & Biases
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:Instance States and Troubleshooting
Instance States
| State | Description | Billing |
|---|---|---|
| Pending | Instance is being provisioned | No |
| Running | Instance is active and accessible | Yes |
| Starting | Instance is booting up | No |
| Terminating | Instance is being deleted | No |
| Failed | Instance failed to start | No |
Common Issues and Solutions
Instance stuck in 'Pending' state
Instance stuck in 'Pending' state
Solution:
- Wait up to 25 minutes for provisioning
- Check region availability in the dashboard
- Contact support if pending > 30 minutes
Cannot SSH to instance
Cannot SSH to instance
Solution:
- Verify instance is in “Running” state
- Check SSH key is authorized
- Confirm IP address is correct
- Test network connectivity
GPU not available in instance
GPU not available in instance
Solution:
- Verify GPU driver is loaded
- Check Docker runtime configuration
- Restart instance if needed
Instance automatically terminated
Instance automatically terminated
Possible causes:
- Insufficient account balance
- Violation of terms of service
- Hardware failure (rare)
- 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
- Cloud Storage
- Git LFS
Next Steps
Storage & Ports
Configure persistent storage and network settings
Troubleshooting
Detailed troubleshooting guide for common issues

