---
title: "Add deploy batch"
method: POST
path: "/api/v2/projects/{projectUuid}/deploy/{sessionUuid}/batch"
tags: ["Project"]
---

# Add deploy batch

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

Add a batch of explores to an existing deploy session

## Path parameters

- `projectUuid` string, required
- `sessionUuid` string, required

## Request body

- unknown

## Response `200`

Success

- ApiAddDeployBatchResponse
  - `results` object, required
    - `exploreCount` number, double, required
    - `batchNumber` number, double, 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)
