I tried to use the module after this tutorial
https://developers.google.com/appengine/docs/python/modules/
I need to remove the module quickly.
my cronjob-module.yaml
application: myappication module: cronjob-module version: uno runtime: python27 api_version: 1 threadsafe: true
Please tell me how to do this?
You can easily remove a non-default module in the developer console. Click on "Versions", then use the "Module:" drop-down menu to select the module name "cronjob-module", and then delete the versions you need.
, : " ". "" . "". , , .
gcloud: . ,
gcloud preview app modules list gcloud preview app modules delete your-module-name --version 0.0.0
: https://cloud.google.com/sdk/gcloud/reference/preview/app/modules/delete?hl=en
API- gcloud . .
gcloud
versions services ( default):
versions
services
default
gcloud preview app versions list
:
gcloud preview app versions stop 20160421t052824
gcloud preview app versions delete 20160421t052824
(* , ):
gcloud preview app services delete api
Source: https://habr.com/ru/post/1544415/More articles:Upgrading to neo4j 2.1, triggered a Cypher request - neo4jPush Sharp inside Asp.Net Web Service - asp.netDo I need a JAX-RS military module? - java-eeThe difference between Hibernate session.getTransaction (). Begin () vs session.beginTransaction () - javaAngularjs ui bootstrap - not working for dropdown - angularjsXCTest array extension in fast - clangIs the C ++ conditional convention a limited standard, since the return type of a function does not have to be defined when declaring fn? - c ++What is required to install and operate Polymer without Node or NPM? - node.jsScala check if string is defined in option and empty - scalaProblem installing NuGet Xamarin package - androidAll Articles