datasource.yml 수정 후 console에 입력
const res = await fetch('/api/admin/provisioning/dashboards/reload', {method: 'POST'})
res.json().then(data=> console.log(data))
datasource 삭제시
https://community.grafana.com/t/removing-provisioned-datasources/17096
https://grafana.com/docs/grafana/v8.4/http_api/admin/#reload-provisioning-configurations
https://community.grafana.com/t/solved-how-can-i-delete-a-provisioned-dashboard/38179
apk add sqlite
sqlite3 /var/lib/grafana/grafana.db
select id, name from data_source;
delete from dashboard_provisioning where id = <숫자>;