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
-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 isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--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.
To use this command you have to have permissions to access the tenant admin site.
Examples
Remove the site collection app catalog from specified site
m365 spo site appcatalog remove --siteUrl https://contoso.sharepoint/sites/site
Response
The command won't return a response on success.
More information
- Use the site collection app catalog: https://docs.microsoft.com/en-us/sharepoint/dev/general-development/site-collection-app-catalog