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}"
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}"