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

# sf status

> Show account, quota and active jobs

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
sf status
```

Your account, your quota, and the hardware profiles this deployment actually has. Run it after
logging in and before your first `sf submit` — the profile names in every example on this site are
illustrative, and the ones this prints are the ones that work.

```text theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
account   alice (user)
quota     8 / 16 GPUs in use · 240 GB / 500 GB storage
profiles  h200  h200:4  h200:8  h100  h100:2
jobs      run-4f2a91  RUNNING   my-grpo    00:41:12
```

A `401` here means the token expired. Run [`sf login`](/en/cli/login) again.

## `sf status`

Show account, quota and active jobs

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
sf status
```

No options beyond `--help`.
