Skip to main content

Restore a dashboard

POST 

/v1/grafana/api/dashboards/id/:dashboardId/restore

Restores a dashboard to a given dashboard version. Please ensure to change the region in the URL to match your account's region.

Request

Path Parameters

    dashboardId integerrequired

Body

    version integer

    Dashboard version.

Responses

successful query

Schema
    slug string

    Dashboard slug.

    status string

    Dashboard status.

    version integer

    Dashboard version.

Loading...