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

# Activate a Version

`POST /api/v1/version/activate`

Asynchronously activates a `DRAFT` Version. This operation returns a `request_id` for tracking.

## Request body

- ActivateVersionRequest
  - `version_id` string, required — ID of the Version that should be activated.

## Response `200`

Success. The activation 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)
