Documentation Index
Fetch the complete documentation index at: https://qovery-feat-new-navigation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Check the status of your services, environments, and deployments.Commands
Environment Status
Check status of all services in current environment:Watch Status
Continuously watch status updates:Detailed Status
Get detailed JSON output:Options
| Flag | Description |
|---|---|
--environment | Environment ID or name |
--watch | Continuously watch status |
--interval | Refresh interval for watch mode |
--format | Output format (table, json, yaml) |
--help | Show help |
Examples
Monitor Deployment
Check Environment Health
Export Status for CI/CD
Watch Multiple Deployments
Status Values
| Status | Description |
|---|---|
BUILDING | Service is being built |
DEPLOYING | Service is being deployed |
RUNNING | Service is running normally |
READY | Service is ready and healthy |
WARNING | Service has warnings |
ERROR | Service has errors |
STOPPED | Service is stopped |
DELETING | Service is being deleted |
Tips
Related Commands
qovery log- View service logsqovery application- Manage applicationsqovery environment- Manage environments