Skip to content

New command: Disable a feature #676

@phawrylak

Description

@phawrylak

Disable 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions