Skip to main content

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

note

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

CTRL + M