Skip to main content

Overview

Check the status of your services, environments, and deployments.

Commands

Check Status

Print the status of your application:
qovery status
The command will interactively prompt you to select the service if no context is set.

Options

FlagDescription
--helpShow help

Examples

Check Service Status

# Check the status of the current service
qovery status

# Example output:
# SERVICE          TYPE         STATUS    LAST UPDATE
# my-api           Application  Running   2 minutes ago
# postgres-main    Database     Running   1 hour ago
# redis-cache      Container    Running   30 minutes ago

Status Values

StatusDescription
BUILDINGService is being built
DEPLOYINGService is being deployed
RUNNINGService is running normally
READYService is ready and healthy
WARNINGService has warnings
ERRORService has errors
STOPPEDService is stopped
DELETINGService is being deleted

Tips

Run qovery status after deploying to quickly verify the state of your service.