---
title: "Start deploy session"
method: POST
path: "/api/v2/projects/{projectUuid}/deploy"
tags: ["Project"]
---

# Start deploy session

`POST /api/v2/projects/{projectUuid}/deploy`

Start a new deploy session for batched explore uploads

## Path parameters

- `projectUuid` string, required

## Response `200`

Success

- ApiStartDeploySessionResponse
  - `results` object, required
    - `deploySessionUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/revisions/40c933755c9a/schema)
