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, --forceDon'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,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.
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
- SharePoint site design and site script overview: https://learn.microsoft.com/sharepoint/dev/declarative-customization/site-design-overview