Skip to main content

teale status

Show the current status of the running Teale node.

Synopsis

teale status [options]

Description

Displays a summary of the node's current state, including the loaded model, hardware, connected peers, and wallet balance.

Options

OptionTypeDefaultDescription
--portinteger11435HTTP port of the Teale node
--api-keystringAPI key for authentication
--jsonflagOutput machine-readable JSON

Examples

Show status

teale status

JSON output for scripting

teale status --json

Connect to a node on a custom port

teale status --port 9000