Skip to main content

spo sitedesign task remove

Removes the specified site design scheduled for execution

Usage

m365 spo sitedesign task remove [options]

Options

-i, --id <id>

The ID of the site design task to remove

-f, --force

Don't prompt for confirming removing the site design task

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

Examples

Removes the specified site design task with id 6ec3ca5b-d04b-4381-b169-61378556d76e scheduled for execution without prompting confirmation

m365 spo sitedesign task remove --id 6ec3ca5b-d04b-4381-b169-61378556d76e --force

Removes the specified site design task with id 6ec3ca5b-d04b-4381-b169-61378556d76e scheduled for execution with prompt for confirmation before removing

m365 spo sitedesign task remove --id 6ec3ca5b-d04b-4381-b169-61378556d76e

Response

The command won't return a response on success.

More information

CTRL + M