Downloading and uploading an API proxy configuration bundle Stay organized with collections Save and categorize content based on your preferences.
This pageapplies toApigee andApigee hybrid.
View Apigee Edge documentation.![]()
You may want to download an API proxy configuration bundle (as a zip file) from Apigee to perform one of the following tasks:
- Import an API proxy using the API proxy configuration bundle to another organization, as described inImporting an API proxy from an API proxy bundle.
- Unzip the API proxy to your local system. This is useful for setting up file-based API proxy development in source control or viewing the file-based version of the resources. If you modify the API proxy configuration locally, you canupload your changes as a new revision of your API proxy.
The following sections describe how todownload andupload an API proxy configuration bundle. For information about the expanded contents of the zip file, seeAPI proxy configuration directory structure.
Video
Note: This video was recorded with a previous version of the Apigee UI; however, the concepts are still valid.Watch the following video to learn more about downloading and uploading an API proxy configuration bundle.
| Video | Description |
|---|---|
| Download API proxy (Apigee) | Download an API proxy using the Apigee UI and API. |
Downloading an API proxy configuration bundle
Download an API proxy configuration bundle, as described in the following sections.
Apigee Cloud console
To download an API proxy configuration bundle using the Google Cloud console:
In the Google Cloud console, go to theProxy development> API proxies page.
- Select the desired API proxy.
- Click theDevelop tab.
- Select the API proxy revision that you want to download in theRevision menu.
- ClickMore revision actions> Export revisionn, wheren specifies the selected revision.
Classic Apigee UI
To download an API proxy configuration bundle using the Apigee UI:
- Open the API proxy in the API proxy editor.
- Click theDevelop tab.
- Select the API proxy revision that you want to download in theRevision drop-down.
- SelectRevisionn > Export revisionn, wheren specifies the selected revision.
Apigee API
To download an API proxy configuration bundle using the API, seeGet API proxy revision.
To view the contents of the API proxy configuration bundle, create a new directory and expand the zip file using a utility such asunzip, as shown in the following example:
mkdir myappdirunzip ./my-app_app_rev3_2019_04_20.zip -d myappdirFor more information about the expanded contents of the zip file, seeAPI proxy configuration directory structure.
Uploading an API proxy configuration bundle
Before you upload an API proxy configuration bundle, re-archive the API proxy configuration bundle directory if you have modified it, including any new or changed files. You can use a utility such aszip, as the following example shows:
zip my-new-proxy.zip -r .
The top-level directory in the zip file must be/apiproxy. For more information about the required directory structure, seeAPI proxy configuration directory structure.
Upload an API proxy configuration bundle, as described in the following sections.
Apigee Cloud console
To upload an API proxy configuration bundle and create anew revision of an existing API proxy:
In the Google Cloud console, go to theProxy development> API proxies page.
- Select the desired API proxy.
- Click theDevelop tab.
- ClickMore revision actions> Import revision.
- ClickBrowse and navigate to the zip file in your local directory and clickOpen.
- ClickImport.
Classic Apigee UI
To upload an API proxy configuration bundle andcreate a new API proxy, seeImporting an API proxy from an API proxy bundle
To upload an API proxy configuration bundle and create anew revision of an existing API proxy:
- Open the API proxy in API proxy editor.
- Click theDevelop tab.
- Select the API proxy revision that you want to download in theRevision drop-down.
- SelectRevisionn > Import revision.
- ClickChoose File and navigate to the zip file in your local directory and clickOpen.
- ClickUpload
If you get an error, such as
Bundle is invalid. Empty bundle, then make sure your zip file's top-level directory is/apiproxy. If it isn't, re-archive your API proxy configuration files from the root of the expanded directory.
After uploading your new API proxy configuration, Apigee increments the revision number and displays the new revision. Apigeedoes not deploy the new revision automatically after you upload it. To deploy the new revision, seeDeploying an API proxy.
Apigee API
To upload an API proxy configuration using the API, seeUpdate an existing API proxy revision
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.