{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Plugins API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plugins", "type": "folder" }, "items": [ { "info": { "name": "Grafana Admin Provisioning Reload Plugins", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/admin/provisioning/plugins/reload" }, "docs": "This API operation is an administrative endpoint in Grafana that triggers a reload of provisioned plugins without requiring a full system restart. When invoked via a POST request to the /admin/provisioning/plugins/reload path, it forces Grafana to re-scan and reload plugin configurations that have been set up through the provisioning system, allowing administrators to apply changes to plugin provisioning files dynamically. This is particularly useful in automated deployment scenarios or when man" } ] } ], "bundled": true }