spo site unarchive
Unarchives a site collection
Usage
m365 spo site unarchive [options]
Options
-u, --url <url>URL of the site collection.
-f, --forceDon'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,permissions,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.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
To use this command, you must be a Global or SharePoint administrator.
If a site has been archived for more than seven days, reactivating it triggers a 120-day cooldown period during which you can't archive the site again.
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 site unarchive --url "https://contoso.sharepoint.com/sites/Marketing"
Unarchive a specific site collection without confirmation prompt.
m365 spo 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