---
title: "Duplicate Dashboard"
description: "Clone an existing dashboard."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Duplicate Dashboard

Use the Speak AI MCP server tool `duplicate_dashboard` to clone an existing
dashboard.

## What does it do?

Clone an existing dashboard. The copy gets fresh widget ids, a "\<name\> (copy)"
title, cleared sharing, and its revision reset to 0. Ideal for cloning a
fully-configured dashboard, then tweaking it via `update_dashboard`.

## Parameters

`duplicate_dashboard` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `dashboardId` | string | Yes | Source dashboard business id to clone |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `duplicate_dashboard`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Dashboards](/mcp/tools/dashboards/) lists the rest of the Dashboards category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/dashboards/duplicate_dashboard/index.mdx
