uipath-cli
latest
false
UiPath CLI ユーザー ガイド
- 概要
- はじめに
- 概念
- 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
- 移行
- 参照とサポート
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Syntax and options for `uip solution delete`, which deletes a Studio Web solution by its ID.
uip solution delete deletes a solution from Studio Web by its solution ID. The ID is emitted by uip solution upload and by flow debug in their output.
This does not uninstall a deployed solution from Orchestrator — use deploy uninstall for that.
概要
uip solution delete <solution-id> -y
uip solution delete <solution-id> -y
引数
| 名前 | Required | 目的 |
|---|---|---|
<solution-id> | ○ | The Studio Web solution ID (UUID). |
オプション
| Short | 長押し | 値 (Value) | 既定 (Default) | 説明 |
|---|---|---|---|---|
-y | --yes | フラグ | 無効 | Required. Confirms this irreversible operation — the CLI never prompts. |
例
uip solution delete a1b2c3d4-0000-0000-0000-000000000001 --yes
uip solution delete a1b2c3d4-0000-0000-0000-000000000001 --yes
データシェイプ(--output json)
{
"Code": "SolutionDelete",
"Data": {
"SolutionId": "a1b2c3d4-0000-0000-0000-000000000001"
}
}
{
"Code": "SolutionDelete",
"Data": {
"SolutionId": "a1b2c3d4-0000-0000-0000-000000000001"
}
}
終了コード
See Exit codes for the shared contract. The command exits 1 if -y, --yes is omitted.
関連コマンド
uip solution list— find a solution's ID.uip solution upload— the command that creates the solution and emits its ID.uip solution deploy uninstall— remove a deployment from Orchestrator instead.
参照
- グローバルオプション と 終了コード — すべての動詞で共有されるコントラクト。