New command: Disable a feature
See original GitHub issueDisable a feature on site collection
command: spo site feature remove -u|--url <url> -f|--featureId <featureId> --force --confirm
- url: The URL of the site collection on which to disable feature
- featureId: The ID of the site collection scoped feature to disable
- force: Specifies whether to continue if an error occurs when deactivating the feature
- confirm: Don’t prompt for confirming disabling a feature on site collection
Disable a feature on site
command: spo web feature remove -u|--webUrl <webUrl> -f|--featureId <featureId> --force --confirm
- webUrl: The URL of the site on which to disable feature
- featureId: The ID of the web scoped feature to disable
- force: Specifies whether to continue if an error occurs when deactivating the feature
- confirm: Don’t prompt for confirming disabling a feature on site
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Enable or Disable Windows Features Using DISM
You can use DISM's Features commands to enable or disable Windows features directly from the command prompt, or by applying an answer file ......
Read more >4 Ways To Enable/Disable Optional Windows Features
Enabling/Disabling features in Windows XP. We will discuss how to turn on/off those features using command prompt and manually.
Read more >Manage Windows Features from Command Line with DISM
To disable a feature type in dism /online /disable-feature /featurename:<feature name> and hit Enter. For example, to disable Media Center run dism /online...
Read more >Add or Remove Windows Features Via Command Prompt or ...
Enabling or disabling a feature is pretty simple, the feature name is again case and space sensitive. DISM /online /disable-feature /featurename:[feature name].
Read more >How to Add Multiple Disable-Features To Edge and Chrome ...
Right-click on the Microsoft Edge or Google Chrome desktop shortcut. · Select Properties from the context menu. · Add --disable-features=feature1, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

disableis definitely a better name. Good catch @joakimhogberg 👏I agree to go with
disablesince we are not actually removing any features form a site.