---
title: "Restore deleted dashboards"
method: PATCH
path: "/api/v1/dashboard"
tags: ["Dashboards"]
---

# Restore deleted dashboards

`PATCH /api/v1/dashboard`

Restore dashboards using the specified IDs. If there are any failures, no dashboards will be restored (partial success is not allowed).

## Request body

- DashboardRestoreRequest — Dashboard restore request body.
  - `data` DashboardBulkActionData[], required — List of dashboard bulk action request data objects.
    - `id` string, required — Dashboard resource ID.
    - `type` 'dashboard', required — Dashboard resource type.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Dashboards Not Found
- `429` — Too many requests

---

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