Skip to main content

Documentation Index

Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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
}