UiPath Documentation
uipath-cli
latest
false
UiPath CLI 用户指南
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

UIP 解决方案删除

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

参数

名称必填用途
<solution-id>The Studio Web solution ID (UUID).

选项

默认描述
-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

数据形状(--输出 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 Academy

有问题? UiPath 论坛

保持更新