App Engine Admin API (appengine:v1)

2026-02-04

1 new method

Additions

    Methods
  • appengine.projects.locations.applications.services.versions.instances.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order :

    • projectsId
    • locationsId
    • applicationsId
    • servicesId
    • versionsId
    • instancesId
    • HTTP Method : DELETE

      Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}

      Parameters :

        instancesId

          Required : Yes

          Type : string

          Description : Part of `name`. See documentation of `projectsId`.

          Location : path

        servicesId

          Location : path

          Description : Part of `name`. See documentation of `projectsId`.

          Required : Yes

          Type : string

        versionsId

          Required : Yes

          Description : Part of `name`. See documentation of `projectsId`.

          Location : path

          Type : string

        locationsId

          Required : Yes

          Location : path

          Type : string

          Description : Part of `name`. See documentation of `projectsId`.

        projectsId

          Location : path

          Required : Yes

          Type : string

          Description : Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

        applicationsId

          Required : Yes

          Location : path

          Description : Part of `name`. See documentation of `projectsId`.

          Type : string

      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.