spo tenant site archive
Archives a site collection
Usage
m365 spo tenant site archive [options]
Options
-u, --url <url>
URL of the site collection.
-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 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
To use this command, you must be a Global or SharePoint administrator.
After running this command, it may take a few minutes for the site to be fully archived.
Examples
Archive a specific SharePoint site collection
m365 spo tenant site archive --url "https://contoso.sharepoint.com/sites/Marketing"
Archive a specific SharePoint site collection without confirmation prompt
m365 spo tenant site archive --url "https://contoso.sharepoint.com/sites/Marketing" --force
Response
The command won't return a response on success.
More information
- Pricing model for Microsoft 365 Archive: https://learn.microsoft.com/microsoft-365/archive/archive-pricing
- Set up Microsoft 365 Archive: https://learn.microsoft.com/microsoft-365/archive/archive-setup