ID of the runner
Runner States
Runners can have the following states:State | Description |
---|---|
RUNNING | Runner is active and processing requests |
PENDING | Runner is waiting to be scheduled |
SETUP | Runner is initializing and loading the model |
DEAD | Runner has finished and is no longer active |
Time-based Filtering
When usingstart_time
and end_time
parameters:
- Times should be in ISO 8601 format (e.g.,
2024-01-15T10:30:00Z
) - Historical data is limited to the last 24 hours for performance reasons
- If no time parameters are provided, only currently active runners are returned
Example with Time Filtering
Resource Usage Metrics
The detailed runner endpoint provides resource usage history:- CPU Usage: Percentage of CPU utilization (0-100)
- Memory Usage: Memory consumption in bytes
- VRAM Usage: GPU memory utilization ratio (0.0-1.0)