---
title: "Duplicate automation"
method: POST
path: "/duplicateAutomation"
tags: ["Automations"]
---

# Duplicate automation

`POST /duplicateAutomation`

Creates a copy of an existing automation with ' COPY' appended to the title.

## Query parameters

- `automationId` string, required

## Response `200`

Automation duplicated

- object
  - `newAutomationId` string — The ID of the newly created automation.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/docsautomator/apis/docsautomator-api.md) · [All operations](https://skmtc.dev/docsautomator/apis/docsautomator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsautomator/docsautomator-api/revisions/3ec829ff5817/schema)
