google.appengine.api.modules.stop_version

Stops all instances for the given version of the module.

module The module to affect, if None the current module is used.
version The version of the given module to affect, if None the current version is used.

InvalidVersionError if the given module version is invalid. TransientError if there is a problem persisting the change.