Start & Stop Service
You can start or stop individual services within an environment without affecting other services.
Steps
- Select the Environment — Click on the environment where the service is deployed.
- Navigate to the Service — Click on the service you want to manage.
- Start or Stop the Service — Use the Start or Stop option from the service actions dropdown in the top-right corner.
How It Works
- Stopping a service scales its pods to zero. The service status changes from Stopping to Stopped.
- Starting a service restores its pods. The service status changes from Starting to Healthy or Running.
After a service-level start or stop, the overall environment phase is recalculated based on the combined state of all services.
info
If some services are running and others are stopped, the environment may enter a Partially Active or Partially Stopped state depending on the operation.