Skip to main content
Version: Next

remote

Forces a pipeline to run remotely at a node.

remote { … }

Description

The remote operator takes a pipeline as an argument and forces it to run at a Tenzir Node.

This operator has no effect when running a pipeline through the API or Tenzir Platform.

Examples

Get the version of a node

remote {
  version
}