[noob question] Is there a way to pause/freeze the billing?

i am currently new to fly.io deployment, im deploying Elixir phoenix app. Mainly for learning purpose, but i found it risky if i just leave it on thru out when im not using it.

so im here asking whether there is a way to freeze the service and turn it on whenever i want to, like a switch?

  auto_stop_machines = "suspend"
  auto_start_machines = true
  min_machines_running = 0

You’ll want to have those options. That will allow your machines to stop when idling. Note: if you have a volume, you’ll still be charged for that even if your machines are stopped b/c it has to be reserved.

1 Like

i see, can u define a volume? im not sure which one is that.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.