v1
latestOpenAPI 3.0.32026-07-14314472448.6 KBdashboards
versions
Restore a dashboard to a given dashboard version using UID.
This API will be removed when /apis/dashboard.grafana.app/v1 is released. You can restore a dashboard by reading it from history, then creating it again.
post/dashboards/uid/{uid}/restore
Path parameters
uidstring required
Request body
Response
(empty)
Example response
{
"id": 1,
"status": "success",
"title": "my-dashboard",
"uid": "nHz3SXiiz",
"url": "/d/nHz3SXiiz/my-dashboard",
"version": 2
}