---
title: "Clone Model Bundle With Changes"
method: POST
path: "/v1/model-bundles/clone-with-changes"
---

# Clone Model Bundle With Changes

`POST /v1/model-bundles/clone-with-changes`

Creates a ModelBundle by cloning an existing one and then applying changes on top.

## Request body

- CloneModelBundleV1Request — Request object for cloning a Model Bundle from another one.
  - `original_model_bundle_id` string, required
  - `new_app_config` object, nullable

## Response `200`

Successful Response

- CreateModelBundleV1Response — Response object for creating a Model Bundle.
  - `model_bundle_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
