Skip to main content

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 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

info

To use this command, you must be a Global or SharePoint administrator.

warning

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.

note

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

CTRL + M