Infinity data source supports PATCH, PUT, and DELETE HTTP methods
Documentationbreadcrumb arrow Grafana Cloudbreadcrumb arrow What's new in Grafana Cloudbreadcrumb arrow Infinity data source supports PATCH, PUT, and DELETE HTTP methods
Grafana Cloud
← Back to What's new

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

Generally AvailableData sources
Release date: 2025-03-25

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