---
title: "POST /v1/{+parent}/archiveDeployments"
method: POST
path: "/v1/{+parent}/archiveDeployments"
tags: ["organizations"]
---

# POST /v1/{+parent}/archiveDeployments

`POST /v1/{+parent}/archiveDeployments`

Creates a new ArchiveDeployment.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudApigeeV1ArchiveDeployment — Archive Deployment information.
  - `labels` object — User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
  - `gcsUri` string — Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.
  - `name` string — Name of the Archive Deployment in the following format: `organizations/{org}/environments/{env}/archiveDeployments/{id}`.
  - `createdAt` string, int64 — Output only. The time at which the Archive Deployment was created in milliseconds since the epoch.
  - `updatedAt` string, int64 — Output only. The time at which the Archive Deployment was updated in milliseconds since the epoch.
  - `operation` string — Output only. A reference to the LRO that created this Archive Deployment in the following format: `organizations/{org}/operations/{id}`

## Response `200`

Successful response

---

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