- CLI Reference
- Commands
- ironflow server
ironflow server
Server management commands.
ironflow server <subcommand> [flags]ironflow server info
Section titled “ironflow server info”Display server health, version, and runtime information.
ironflow server info [flags]Flags:
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--server | -s | string | Server URL override | |
--json | bool | false | Output as JSON |
Examples:
# Show server infoironflow server info
# JSON outputironflow server info --json
# Connect to a different serverironflow server info --server http://localhost:9000Output:
Server: http://localhost:9123Version: 0.5.0Status: healthyUptime: 2h15m0sGo: go1.25.0Functions: 3 registeredRuns: 1 activeWorkers: 2 connected