Hello Pardeep,Do you refer to App Engine Standard Environment? When an application is not being used at all, App Engine turns off its associated dynamic instances, but readily reloads them as soon as they are needed. Reloading instances can result in loading requests and additional latency for users. In your case, if you have old versions not serving any traffic, no instances are running, so no related costs are incurred. Applications running in the App Engine standard environment are deployed to instance classes that you specify. Costs are per hour per instance, so no costs are incurred with no instance running. You may gather more detail from the "App Engine Pricing" page. You may also use the Pricing Calculator.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/30d0170f-b4e3-40ed-962e-694e54b36ed4%40googlegroups.com.