## projects status

Show the current status of your project, which includes linked providers, provisioned resources, plan tiers, and service health.

**Command:** `stripe projects status`

### Examples

**Show project status**

```sh
stripe projects status
```

```
Project:  my-app (proj_abc123)

PROVIDER     SERVICE    TIER      STATUS
vercel       project    hobby     ✓ healthy
supabase     project    free      ✓ healthy
openrouter   api        free      ✓ healthy
```
