Restart a Service

Restart a deployed service safely from the StationOps Manage view.

A restart replaces or restarts the running workload without selecting a different application release. Use it when the deployed configuration and artifact are correct but the runtime is unhealthy or stuck.

Restart

  1. Open the project Manage view.
  2. Select the affected service node and environment.
  3. Review current deploy status, logs, metrics, and recent events.
  4. Select Restart.
  5. Monitor the operation until replacement tasks or instances are healthy.
  6. Verify the service endpoint and its dependencies.

When to Restart

A restart can help recover a process deadlock, stale connection, or one-off runtime failure. It does not correct a broken package, invalid environment variable, exhausted dependency, or failing infrastructure configuration.

If the new workload fails in the same way, stop restarting and investigate the package, configuration, dependencies, and capacity.