Overview
Theget_gpu_status action retrieves the status and SSH connection information for all your currently rented GPU instances on the Hyperbolic platform.
Function Signature
Input Schema
This action takes no input parameters.Response
Returns the raw JSON response from the Hyperbolic API containing instance details.JSON object containing an array of your rented instances with details including:
- Instance ID
- Status (starting, running, terminated, etc.)
- SSH connection information
- GPU configuration
- Pricing information
- Runtime details
API Endpoint
Example Usage
Example Response
Important Notes
- Authorization key (
HYPERBOLIC_API_KEY) is required for this operation - GPU prices in the response are in cents per hour
- Status values:
starting: GPU is not ready yet. Check status again after ~5 secondsrunning: GPU is ready and accessibleterminated: GPU has been terminated
- Once status is
running, you can:- Access the instance through the
ssh_accessaction - Run commands through the
remote_shellaction
- Access the instance through the
- Use the instance ID to terminate instances with the
terminate_computeaction
Status Monitoring
When an instance shows"status": "starting", it means the GPU is still being provisioned. You should:
- Wait approximately 5 seconds
- Call
get_gpu_statusagain to check if status has changed torunning - Repeat until the instance is ready
Related Actions
- Rent Compute - Rent new GPU instances
- SSH Access - Connect to running instances
- Remote Shell - Execute commands on instances
- Terminate Compute - Terminate instances
- Get Spend History - View rental billing history