---
title: "Duplicate a Version"
method: POST
path: "/api/v1/version/duplicate"
tags: ["Version Management"]
---

# Duplicate a Version

`POST /api/v1/version/duplicate`

Asynchronously creates a new Version entity based on an existing one. This operation returns a `request_id` for tracking.

## Request body

- DuplicateVersionRequest
  - `version_id` string, required — ID of the version that should be duplicated.
  - `new_version_name` string, required — Name for the new version.
  - `comment` string — Comments for the newly created version.
  - `to_account_instance` string — Instance name of the Account where the version should be duplicated to (e.g., for Sandbox to Production).

## Response `200`

Success. The duplication process has started.

- AsyncResponse
  - `request_id` string — The ID of the asynchronous request for tracking.

---

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