2026-02-04
▼ ▲ appengine.projects.locations.applications.services.versions.instances.delete
Parameter Order :
HTTP Method : DELETE
Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}
Parameters :
locationsId
Required : Yes
Location : path
Description : Part of `name`. See documentation of `projectsId`.
Type : string
applicationsId
Location : path
Type : string
Description : Part of `name`. See documentation of `projectsId`.
Required : Yes
servicesId
Required : Yes
Description : Part of `name`. See documentation of `projectsId`.
Type : string
Location : path
versionsId
Type : string
Location : path
Required : Yes
Description : Part of `name`. See documentation of `projectsId`.
projectsId
Description : Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.
Type : string
Required : Yes
Location : path
instancesId
Type : string
Required : Yes
Location : path
Description : Part of `name`. See documentation of `projectsId`.
Description : Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method.
Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}