---
title: "POST /api/projects/{pid}/deploys"
method: POST
path: "/api/projects/{pid}/deploys"
tags: ["api"]
---

# POST /api/projects/{pid}/deploys

`POST /api/projects/{pid}/deploys`

## Request body

- DeployCreate
  - `did` integer — A unique integer value identifying this deploy.
  - `status` 'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED' — Deploy status.
  - `created` string, date-time — Deploy creation date.
  - `project_zip` string, uri — Zip file containing the project.

## Response `201`

Created

- DeployCreate
  - `did` integer — A unique integer value identifying this deploy.
  - `status` 'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED' — Deploy status.
  - `created` string, date-time — Deploy creation date.
  - `project_zip` string, uri — Zip file containing the project.

---

[API](https://skmtc.net/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.net/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/versions/ec53774a2b78/schema)
