spo tenant site unarchive
Unarchives a site collection
Usage
m365 spo tenant site unarchive [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.
If a site remains archived for more than seven days, the reactivation fee will be calculated based on the entire storage capacity of the site.
After running this command, it may take a few minutes for the site to be fully restored.
Examples
Unarchive a specific site collection.
m365 spo tenant site unarchive --url "https://contoso.sharepoint.com/sites/Marketing"
Unarchive a specific site collection without confirmation prompt.
m365 spo tenant site unarchive --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