Skip to main content

Start & Stop Service

You can start or stop individual services within an environment without affecting other services.


Steps

  1. Select the Environment — Click on the environment where the service is deployed.
Select environment

  1. Navigate to the Service — Click on the service you want to manage.
Select service

  1. Start or Stop the Service — Use the Start or Stop option from the service actions dropdown in the top-right corner.
Service start action

Service stop action

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.