1dotnet-workload-uninstall(1) .NET Documentation dotnet-workload-uninstall(1)
2
3
4
6 This article applies to: ✔️ .NET 6 SDK and later versions
7
9 dotnet-workload-uninstall - Uninstalls a specified workload.
10
12 dotnet workload uninstall <WORKLOAD_ID...>
13
14 dotnet workload uninstall -?|-h|--help
15
17 The dotnet workload uninstall command uninstalls one or more workloads.
18
19 For more information about the dotnet workload commands, see the dotnet
20 workload install command.
21
23 • WORKLOAD_ID...
24
25 The workload ID or multiple IDs to uninstall.
26
28 • -?|-h|--help
29
30 Prints out a description of how to use the command.
31
33 • Uninstall the maui workload:
34
35 dotnet workload uninstall maui
36
37 • Uninstall the maui-android and maui-ios workloads:
38
39 dotnet workload uninstall maui-android maui-ios
40
41
42
43 2022-10-10 dotnet-workload-uninstall(1)