Pausing an app
You can pause an app in Deploio to stop all costs. This will scale down all replicas of your application and stop any underlying jobs (worker jobs, scheduled jobs, etc.).
To pause an application, use the following nctl command:
$ nctl update app <app-name> --pause