---
title: "Duplicate Project"
method: POST
path: "/graph-project/{graph_project_id}/duplicate"
---

# Duplicate Project

`POST /graph-project/{graph_project_id}/duplicate`

## Path parameters

- `graph_project_id` string, required

## Request body

- DuplicateProjectRequest
  - `workspace_id` string, nullable

## Response `200`

Successful Response

- DuplicateSnapshotResponse
  - `graph_project_id` string, required
  - `display_name` string, required

## Other responses

- `422` — Validation Error

---

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