Skip to main content

spo site appcatalog remove

Removes site collection app catalog from the specified site

Usage

m365 spo site appcatalog remove [options]

Options

-u, --siteUrl <siteUrl>

URL of the site collection containing the app catalog to disable.

-f, --force

Don't prompt for confirmation.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

While the command uses the term 'remove', like its equivalent PowerShell cmdlet, it does not remove the special library Apps for SharePoint from the site collection. Instead, it disables the site collection app catalog in that site. Packages deployed to the app catalog are not available within the site collection.

info

To use this command you must be either SharePoint Administrator or Global Administrator.

Examples

Remove the site collection app catalog from specified site.

m365 spo site appcatalog remove --siteUrl https://contoso.sharepoint/sites/site

Remove the site collection app catalog from specified site without prompting for confirmation.

m365 spo site appcatalog remove --siteUrl https://contoso.sharepoint/sites/site --force

Response

The command won't return a response on success.

More information

CTRL + M