Pause/Resume a Service

Pausing a service means that all replicas of your Service will be shut down, and your service will no longer consume any resources or serve requests - hence saving costs. This can be useful for dev environments when you don't want to run the service, but also don't want to delete the configuration since it might be used later.

Pause a Service

📘

Note:

If you have Autoscaling enabled for your service the option to pause a service will not be available to you.

Resuming a Service