---
title: "Clone Workflow"
method: POST
path: "/workflow/{id}/clone"
tags: ["Workflows"]
---

# Clone Workflow

`POST /workflow/{id}/clone`

Creates a copy of an existing workflow

## Path parameters

- `id` integer, required

## Request body

- CloneWorkflow
  - `name` string, required
  - `workspaceId` integer

## Response `200`

Workflow cloned successfully

---

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