Skip to main content
View your account information and current balance.
runpodctl user

Alias

You can use me as a shorthand for user:
runpodctl me

Description

The user command displays information about your Runpod account, including:
  • Account email
  • Current credit balance
  • Current spend per hour
  • Spend limit
  • Notification settings

Example output

{
  "clientBalance": 435.85,
  "currentSpendPerHr": 0.001,
  "email": "user@example.com",
  "id": "user_abc123",
  "notifyLowBalance": true,
  "notifyPodsGeneral": true,
  "notifyPodsStale": true,
  "spendLimit": 180
}