Alternatively, you can view the raw code by going to (the gear icon) and clicking on the JSON Model tab. From there, you can copy the entire JSON blob to your clipboard. Downloading via the Grafana HTTP API
curl -H "Authorization: Bearer " \ https:// /api/dashboards/uid/ \ | jq '.dashboard' > dashboard_backup.json Use code with caution. grafana dashboard json download
: Toggle this on if you want to import the dashboard into a different Grafana instance. This replaces specific data source names with generic variables, making the import smoother. Alternatively, you can view the raw code by