Keeping specific machine in primary_region from stopping

min_machines_running keeps the set number of machines running in your primary region (see here).

Currently there is no way to do this. You would have to implement this behaviour yourself. You can do this by setting up a way for your machine to shutdown when its idle (see here)