UiPath Documentation
uipath-cli
latest
false
UiPath CLI user guide

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.

Synopsis

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

Arguments

NameRequiredPurpose
<solution-id>yesThe Studio Web solution ID (UUID).

Options

ShortLongValueDefaultDescription
-y--yesflagoffRequired. Confirms this irreversible operation — the CLI never prompts.

Example

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

Data shape (--output json)

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

Exit codes

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

See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated