Overview
Manage all types of services within your Qovery environment. This is a unified command to list services across applications, containers, databases, jobs, and Helm charts.Commands
List Services
List all services in current environment:Options
| Flag | Description |
|---|---|
--organization | Organization name |
--project | Project name |
--environment | Environment name |
--output | Output format (table, json, yaml) |
--help | Show help |
Examples
List All Services
List Services with JSON Output
Service Types
Theservice list command displays all the following service types:
- Application - Applications built from Git repositories
- Container - Pre-built Docker images
- Database - Managed databases (PostgreSQL, MySQL, MongoDB, Redis, etc.)
- Cronjob - Scheduled jobs
- Lifecycle - Lifecycle jobs (run on specific events)
- Helm - Helm charts
Related Commands
qovery application- Manage applications specificallyqovery database- Manage databases specificallyqovery container- Manage containers specificallyqovery cronjob- Manage cronjobs specificallyqovery lifecycle- Manage lifecycle jobs specificallyqovery helm- Manage Helm charts specificallyqovery status- Check service statuses