Cloud Composer API (composer:v1beta1)

2026-08-30

2 new methods

Additions

    Methods
  • composer.projects.locations.environments.hibernate

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloudcomposer
    • Description : Hibernates (pauses) a running environment. It requests the environment to switch to the HIBERNATED state, keeping its data and minimizing cost, but not running any DAGs. This method is supported for Cloud Composer environments in development mode in versions composer-3-airflow-*.*.*-build.* and newer.

      Parameter Order : name

      Path : v1beta1/{+name}:hibernate

      Parameters :

        name

          Description : Required. The resource name of the environment to hibernate, in the form: "projects/{project}/locations/{location}/environments/{environment}"

          Pattern : ^projects/[^/]+/locations/[^/]+/environments/[^/]+$

          Location : path

          Type : string

          Required : Yes

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}:hibernate

      HTTP Method : POST

  • composer.projects.locations.environments.resume

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}:resume

      HTTP Method : POST

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloudcomposer
    • Description : Resumes (unpauses) a hibernated environment. It requests the environment to switch to the RUNNING state, so that it is ready to use and run DAGs. This method is supported for Cloud Composer environments in development mode in versions composer-3-airflow-*.*.*-build.* and newer.

      Path : v1beta1/{+name}:resume

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

          Description : Required. The resource name of the environment to resume, in the form: "projects/{project}/locations/{location}/environments/{environment}"

          Pattern : ^projects/[^/]+/locations/[^/]+/environments/[^/]+$

      Parameter Order : name