メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw health

実行中の Gateway からヘルス情報を取得します。

オプション

フラグデフォルト説明
--jsonfalseテキストではなく機械可読な JSON を出力します。
--timeout <ms>10000ミリ秒単位の接続タイムアウトです。
--verbosefalse詳細ログを出力します。ライブプローブを強制し、エージェントごとの出力を展開します。
--debugfalse--verbose のエイリアスです。
例:
openclaw health
openclaw health --json
openclaw health --timeout 2500
openclaw health --verbose
openclaw health --debug
注記:
  • デフォルトの openclaw health は、実行中の Gateway にヘルススナップショットを要求します。 Gateway に新しいキャッシュ済みスナップショットがすでにある場合、そのキャッシュ済みペイロードを返し、 バックグラウンドで更新できます。
  • --verbose はライブプローブを強制し、Gateway の接続詳細を出力し、設定済みの すべてのアカウントとエージェントにわたって人間が読める出力を展開します。
  • 複数のエージェントが設定されている場合、出力にはエージェントごとのセッションストアが含まれます。

関連