---
title: "POST /v1/{+name}:exportApp"
method: POST
path: "/v1/{+name}:exportApp"
tags: ["projects"]
---

# POST /v1/{+name}:exportApp

`POST /v1/{+name}:exportApp`

Exports the specified app.

## Path parameters

- `name` string, required

## Request body

- ExportAppRequest — Request message for AgentService.ExportApp.
  - `exportFormat` 'EXPORT_FORMAT_UNSPECIFIED' | 'JSON' | 'YAML' — Required. The format to export the app in.
  - `gcsUri` string — Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to which to export the app. The format of this URI must be `gs:///`. The exported app archive will be written directly to the specified GCS object.
  - `appVersion` string — Optional. The resource name of the app version to export. Format: `projects/{project}/locations/{location}/apps/{app}/versions/{version}`.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/ces.md) · [All operations](https://skmtc.net/google/apis/ces/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/ces/versions/429598666166/schema)
