UiPath Documentation
uipath-cli
latest
false
UiPath CLI ユーザー ガイド
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

uip solution delete

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.

参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得