- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip coder
- uip context-grounding
- uip docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-library-object-repository
- get-object-repository
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-instances
- list-workflow-examples
- パッケージ化
- パブリッシュ
- remote
- 元に戻す
- run, debug & execution
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- tm
- UIA
- uip tasks
- uip traces
- uip traces feedback
- 移行
- 参照とサポート
Syntax and options for `uip rpa list-instances` (alias uip rpa instances list), which lists running UiPath Studio instances and their status.
uip rpa list-instances lists running UiPath Studio instances and reports each one's status. Also reachable as uip rpa instances list — both names invoke the same command; instances list is the canonical, visible form per the current CLI naming convention, and list-instances is kept as a hidden top-level alias for compatibility.
概要
uip rpa list-instances
uip rpa instances list
uip rpa list-instances
uip rpa instances list
No options on either form.
例
uip rpa list-instances
uip rpa list-instances
データシェイプ(--output json)
{
"Code": "InstanceList",
"Data": [
{ "ProcessId": 12345, "ProjectDirectory": "/work/MyProject", "ExecutionStatus": "Idle" }
]
}
{
"Code": "InstanceList",
"Data": [
{ "ProcessId": 12345, "ProjectDirectory": "/work/MyProject", "ExecutionStatus": "Idle" }
]
}
ProjectDirectory is "(none)" when the instance has no project open. ExecutionStatus is "(unknown)" when it couldn't be read. An Error field is added per-item when that instance's status read itself failed. When no instances are running, the command prints a plain No running Studio instances found. message instead of an empty Data array.