diff --git a/pkg/api/dashboard_snapshot.go b/pkg/api/dashboard_snapshot.go index c18d815629d..afc8772f871 100644 --- a/pkg/api/dashboard_snapshot.go +++ b/pkg/api/dashboard_snapshot.go @@ -130,11 +130,6 @@ func (hs *HTTPServer) CreateDashboardSnapshot(c *models.ReqContext) response.Res metrics.MApiDashboardSnapshotExternal.Inc() } else { - if cmd.Dashboard.Get("id").MustInt64() == 0 { - c.JSON(http.StatusBadRequest, "Creating a local snapshot requires a dashboard") - return nil - } - if cmd.Key == "" { var err error cmd.Key, err = util.GetRandomString(32)