Loading...
mutiro agent host status

Check if the agent host is running

Synopsis

Check the runtime status and connectivity of the agent host.

This command verifies:

  • Host is running and reachable
  • gRPC service is responding
  • Presence service connectivity
  • Basic connectivity information

The host must be started with 'mutiro agent host' for this to work.

Note: This checks if the host is RUNNING.

To verify setup before starting, use 'mutiro agent host doctor' instead.

Examples:

Check host status

mutiro agent host status

Check with verbose output

mutiro agent host status --verbose

mutiro agent host status [flags]

Usage mutiro agent host status [flags]
Examples

Check host status

mutiro agent host status

Check with verbose output

mutiro agent host status --verbose
Options
Flag Type Description
-h, --help bool help for status
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro agent host