---
title: "POST /api/v1/project/projects/{id}/send-clusters-to-project/"
method: POST
path: "/api/v1/project/projects/{id}/send-clusters-to-project/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/send-clusters-to-project/

`POST /api/v1/project/projects/{id}/send-clusters-to-project/`

Send clusters to another Project

    Params:
        - cluster_ids: list[int]
        - project_id: int

## Path parameters

- `id` string, required

## Request body

- SendClusterToProjectRequest
  - `cluster_ids` integer[], required
  - `project_id` integer, required

## Response `200`

- string

## Other responses

- `201`
- `400`

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
