> ## Documentation Index
> Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# fal apps gpus

```bash theme={null}
Usage: fal apps gpus [-h] [--team TEAM] [--output {pretty,json}] [--json]
                     app_name

Show GPU usage for an application.

Positional Arguments:
  app_name              Application name.

Options:
  -h, --help            show this help message and exit
  --team TEAM           The team to use.

Output:
  --output {pretty,json}
                        Modify the command output
  --json                Output in JSON format (same as --output json)
```

Use this to see how the GPUs behind one application are being used. For a summary
across every runner in the account rather than a single app, see
[`fal runners gpus`](/docs/api-reference/cli/runners#gpus).
