Skip to content

Stop & Restart Containers

Container Control lets you stop or restart the Docker containers of a product deployment without removing it. All actions go through a confirmation screen and show real-time progress.

ActionDescription
Stop ContainersStop all containers of the product (deployment is retained)
Restart ContainersRestart stopped containers (restore function)

Open the detail page of a running product deployment. When the status is Running or PartiallyRunning, the Stop Containers and Restart Containers links are visible.

Product deployment detail with Stop/Restart buttons


Clicking Stop Containers opens the confirmation screen:

  • Product Details — name, version, environment
  • Stacks to stop — list of all stacks with service count
  • Cancel — returns to the deployment detail page
  • Stop All Containers — starts the stop operation

Stop containers confirmation screen


While stopping, the page shows a progress spinner.

Container stop in progress


When complete, the result screen shows the status of each stack.

Container stop result

Successfully stopped:

  • Heading: “Containers Stopped Successfully!”
  • List of all stacks with result

With errors:

  • Heading: “Stop Completed with Errors”
  • Error messages per stack

After stopping, the deployment detail page shows Stopped status.

Product deployment in Stopped status

From here the product can be started again via Restart Containers.


Via Restart Containers (on the deployment detail page or directly at /restart-product/:id) the restart confirmation screen opens:

  • Product Details
  • Stacks to restart
  • Restart All Containers — restarts the containers

Restart containers confirmation screen


After the restart the page shows the result.

Container restart result

Successfully restarted: Heading “Containers Restarted Successfully!” — the product is back in Running status.


ScenarioRecommended action
Maintenance windowStop → maintenance → Restart
Containers are unresponsiveRestart Containers
Free up resourcesStop Containers
Permanently remove productRemove Product

MethodEndpointDescriptionPermission
POST/api/environments/{envId}/product-deployments/{id}/stop-containersStop containersDeployments.Update
POST/api/environments/{envId}/product-deployments/{id}/restart-containersRestart containersDeployments.Update

SituationBehavior
Product cannot be stoppedError screen instead of confirmation screen
Individual stack failsOther stacks continue to be stopped/started
Already stoppedcanRestart: false → error screen when opening /restart-product/:id