694 B
694 B
title | seotitle | list_title | description | weight | menu | influxdb/cloud/tags | related | list_code_example | source | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Query the Flux version | Query the version of Flux installed in InfluxDB Cloud | Query the Flux version | Use `runtime.version()` to return the version of Flux installed in InfluxDB Cloud. | 221 |
|
|
|
```js import "array" import "runtime" array.from(rows: [{version: runtime.version()}]) ``` | /shared/influxdb-v2/query-data/flux/flux-version.md |