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

# Check Cobo Portal App status

> Use the `app status` command to verify the current status of your Cobo Portal Apps in production.

<Tip>
  Try [Cobo WaaS Skill](/v2/guides/overview/cobo-waas-skill) in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
</Tip>

If you publish or update your Cobo Portal Apps in the production environment, a workflow is automatically triggered that requires approval from Cobo. Once approved, your app will be available to all users on Cobo Portal. You can use the `status` command to check the status of Cobo Portal Apps.

Ensure that you run the command from the project directory where the manifest file is located.

## Usage

```shell theme={null}
cobo app status
```

## Example

```shell theme={null}
cobo app status
```

This command displays the App ID and current status of the Cobo Portal App.
