docs-v2/content/influxdb/cloud/reference/flux/stdlib/runtime/version.md

463 B

title description aliases menu weight
runtime.version() function The `runtime.version()` function returns the current Flux version.
/influxdb/cloud/reference/flux/functions/runtime/version/
influxdb_cloud_ref
name parent
runtime.version Runtime
401

The runtime.version() function returns the current Flux version.

Function type: Miscellaneous
Output data type: String

import "runtime"

runtime.version()