uipath-cli
latest
false
UiPath-CLI-Benutzerhandbuch
- Überblick
- Erste Schritte
- Konzepte
- Verwenden der UiPath CLI
- Anleitungen
- CI/CD-Rezepte
- Befehlsreferenz
- Überblick
- Exitcodes
- Globale Optionen
- UIP-codierter Agent
- uip coder
- uip context-grounding
- UIP-Dokumentation
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Add-Test-Data-Entität
- Add-Test-Data-Queue
- Add-Test-Data-Variation
- Analysieren
- Erstellen
- Ein Projekt erstellen
- Diff
- Suchaktivitäten
- Get-Analyse-Regeln
- get-standard-aktivität-xaml
- Fehler abrufen
- Manuelle-Testfälle erhalten
- Manuelle-Testschritte erhalten
- get-library-object-repository
- get-object-repository
- Get-Versionen
- Beispiel für einen Workflow abrufen
- Anwendung anzeigen
- Anzeigeelement
- Inspektionspaket
- install-data-fabric-entities
- Pakete installieren oder aktualisieren
- list-data-fabric-entities
- list-instances
- Beispiele für Listenworkflows
- Packen
- Veröffentlichen
- remote
- restore
- run, debug & execution
- Ausführungsdatei installieren
- Suchvorlagen
- Studio starten
- Ausführung anhalten
- tm
- UIA
- uip tasks
- UIP-Ablaufverfolgungen
- uip traces feedback
- Migration
- Referenz und Support
Wichtig :
Dieser Inhalt wurde maschinell übersetzt.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
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
| Name | Erforderlich | Zweck |
|---|---|---|
<solution-id> | ja | The Studio Web solution ID (UUID). |
Optionen
| Short | Long | Wert | Standard | Beschreibung |
|---|---|---|---|---|
-y | --yes | Markieren | aus | Required. 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.
Zugehörige Befehle
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.
Siehe auch
- Globale Optionen und Exit-Codes – Verträge, die von jedem Verb geteilt werden.