What's new from Grafana Labsbreadcrumb arrow Infinity data source supports PATCH, PUT, and DELETE HTTP methods
What's new from Grafana Labs
What's new from Grafana Labs
Generally AvailableData sources
Release date: 2025-03-25

Infinity data source supports PATCH, PUT, and DELETE HTTP methods

The Infinity data source plugin now supports additional HTTP methods—PATCH, PUT, and DELETE—through the allowDangerousHTTPMethods configuration. This improvement gives you greater flexibility when interacting with APIs that require these methods, making it easier to work with a wider range of use cases.

Previously, Infinity only supported GET and POST, as it was designed for read-only queries. However, some use cases require modifying data via PATCH, PUT, or DELETE. Since these methods can perform destructive actions, they are disabled by default.

To enable this, toggle allowDangerousHTTPMethods in your data source configuration.

Infinity data source query editor with additional HTTP methods enabled


Related What's new posts