---
title: "Duplicate a master plate"
method: POST
path: "/api/v1/plates/{id}/duplicate"
tags: ["Plates"]
---

# Duplicate a master plate

`POST /api/v1/plates/{id}/duplicate`

## Path parameters

- `id` integer, required

## Request body

- object
  - `names` string[]

## Response `200`

plate duplicated

## Other responses

- `401` — Error: Unauthorized
- `500` — invalid request - Name can't be blank

---

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