On September 15, 2026, all Cloud Composer 1 versions and versions 2.0.x of Cloud Composer 2 will reach their planned end of life. You will not be able to use environments with these versions. We recommend planning migration to Cloud Composer 3. Cloud Composer 2 versions 2.1.x and later are still supported and are not impacted by this change.
[[["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-06-30 UTC."],[[["\u003cp\u003eThis webpage details the process of creating a snapshot of a Cloud Composer environment, storing its state in a specified location.\u003c/p\u003e\n"],["\u003cp\u003eThe operation is performed via an HTTP POST request to a specific URL, using gRPC Transcoding syntax, and includes a required path parameter for the environment's resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a JSON representation that specifies the Cloud Storage location where the snapshot will be stored using the \u003ccode\u003esnapshotLocation\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful snapshot operations return an \u003ccode\u003eOperation\u003c/code\u003e instance, and the operation requires the \u003ccode\u003ecomposer.environments.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires the OAuth scope: \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.environments.saveSnapshot\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a snapshots of a Cloud Composer environment.\n\nAs a result of this operation, snapshot of environment's state is stored in a location specified in the SaveSnapshotRequest.\n\n### HTTP request\n\n`POST https://composer.googleapis.com/v1beta1/{environment=projects/*/locations/*/environments/*}:saveSnapshot`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/composer/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]