That wasn't really the answer I was looking for. The application currently 
up is nothing more than an HTML page that says test and I've already 
disabled it. It's not about removing code it's about removing the 
application in it's entirety.

On Wednesday, May 11, 2016 at 10:16:01 AM UTC-7, Zeehad (Cloud Platform 
Support) wrote:
>
> Hello Ashton,
>
> While it's not possible to delete the default version of the default 
> module of an App Engine application, you can follow two simple steps to 
> delete the code you've deployed:
>
>    - Deploy a blank app containing only an app.yaml to the default 
>    version. The example below shows the minimum required content for app.yaml
>       
> runtime: python27
>
> threadsafe: true
>
> handlers:
>
> - url: /
>
>   script: blank.app
>
>
>    
>
>    
>
>    
>
>    
>
>    - Disable the application
>
> This way you can make sure the code you deployed before is deleted from 
> the cloud, no App Engine application is running on your project and you're 
> not getting billed for anything.
>
> I hope that helps. Cheers!
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ee8a1b18-5797-42f9-b23a-fe5d9ee26f5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to