UiPath Documentation
uipath-cli
latest
false
UiPath-CLI-Benutzerhandbuch
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

UIP-Lösung löschen

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.

Zusammenfassung

uip solution delete <solution-id> -y
uip solution delete <solution-id> -y

Argumente

NameErforderlichZweck
<solution-id>jaThe Studio Web solution ID (UUID).

Optionen

ShortLongWertStandardBeschreibung
-y--yesMarkierenausRequired. Confirms this irreversible operation — the CLI never prompts.

Beispiel

uip solution delete a1b2c3d4-0000-0000-0000-000000000001 --yes
uip solution delete a1b2c3d4-0000-0000-0000-000000000001 --yes

Datenform (--output json)

{
  "Code": "SolutionDelete",
  "Data": {
    "SolutionId": "a1b2c3d4-0000-0000-0000-000000000001"
  }
}
{
  "Code": "SolutionDelete",
  "Data": {
    "SolutionId": "a1b2c3d4-0000-0000-0000-000000000001"
  }
}

Exitcodes

See Exit codes for the shared contract. The command exits 1 if -y, --yes is omitted.

Siehe auch

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben