SetNumInstances sets the number of instances of the given module.version to the
specified value. If either module or version are the empty string it means the
default.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This package, `module`, allows interaction with Google App Engine modules, including retrieving module identity information."],["The `DefaultVersion` function retrieves the default version of a specified module, or the default module if no module is specified."],["The `List` function returns a list of all module names associated with the application."],["You can manage module instances by using the functions such as `NumInstances` to get the current instance count, and `SetNumInstances` to adjust the number of instances for a specific module and version."],["Functions such as `Start` and `Stop` permit for the starting or stopping a specified version of a module, respectively, and they allow the use of empty strings for the default module or version."]]],[]]