Skip to main content
View billing history for Pods, Serverless endpoints, and network volumes.
runpodctl billing <subcommand> [flags]

Subcommands

View Pod billing

View billing history for Pods:
runpodctl billing pods

Pod billing flags

--bucket-size
string
default:"day"
Time bucket size (hour, day, week, month, year).
--start-time
string
Start time in RFC3339 format (e.g., 2024-01-01T00:00:00Z).
--end-time
string
End time in RFC3339 format.
--grouping
string
default:"gpuId"
Group results by podId or gpuId.
--pod-id
string
Filter by specific Pod ID.
--gpu-id
string
Filter by specific GPU type.

View Serverless billing

View billing history for Serverless endpoints:
runpodctl billing serverless

Serverless billing flags

--bucket-size
string
default:"day"
Time bucket size (hour, day, week, month, year).
--start-time
string
Start time in RFC3339 format.
--end-time
string
End time in RFC3339 format.
--grouping
string
default:"endpointId"
Group results by endpointId, podId, or gpuId.
--endpoint-id
string
Filter by specific endpoint ID.
--gpu-id
string
Filter by specific GPU type.

View network volume billing

View billing history for network volumes:
runpodctl billing network-volume

Network volume billing flags

--bucket-size
string
default:"day"
Time bucket size (hour, day, week, month, year).
--start-time
string
Start time in RFC3339 format.
--end-time
string
End time in RFC3339 format.