---
title: "Deploy Project"
method: POST
path: "/api/v1/projects/{project_id}/deployments"
tags: ["Deployments"]
---

# Deploy Project

`POST /api/v1/projects/{project_id}/deployments`

Start a new project deployment & listen for updates.

## Path parameters

- `project_id` string, uuid, required — The unique identifier of the project

## Request body

- DeployProjectRequest
  - `project_deployment_id` string, uuid, required — The unique identifier a project deployment
  - `project_version_id` union
    - string, uuid — The unique identifier of the project version
    - 'latest'
  - `subdomain` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
