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

# Create a new Deploy

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

## Request body

- DeployCreate
  - `did` integer
  - `status` 'SUCCESS' | 'BUILDING' | 'FAILURE' | 'CANCELED'
  - `created` string, date-time
  - `project_zip` string, uri

## Response `201`

Created

- DeployCreate
  - `did` integer
  - `status` 'SUCCESS' | 'BUILDING' | 'FAILURE' | 'CANCELED'
  - `created` string, date-time
  - `project_zip` string, uri

---

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