sota status
Show the current deployment status for the linked project.
Usage
sota status
Example Output
$ sota status
Project: my-app
URL: https://my-app.sota.io
Status: Running
Deployment: 7c9e6679-7425-40de-944b-e07fc1f90ae7
Created: 2026-02-25 14:30:00 UTC
Framework: Next.js (auto-detected)
Status Values
| Status | Description |
|---|---|
Running | Container is healthy and serving traffic |
Building | A new deployment is currently being built |
Deploying | Container is starting and waiting for health checks |
Failed | The last deployment failed (build error or health check timeout) |
Stopped | Container was manually stopped |