> ## 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
```

你的账号、配额，以及这套部署真正拥有的硬件 profile。登录之后、第一次 `sf submit` 之前跑一下——
本站示例里的 profile 名都是示意，这条命令打印出来的才是能用的。

```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
```

这里返回 `401` 说明 token 过期了，重新跑 [`sf login`](/zh-Hans/cli/login)。

## `sf status`

Show account, quota and active jobs

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

除 `--help` 外没有其他选项。
