Remove-SPOSiteDesignTask
Command to remove a scheduled site design script.
Syntax
Remove-SPOSiteDesignTask
-Identity <guid>
[<CommonParameters>]
Description
Removes a scheduled site design by providing the site design ID. If the execution of the associated site script has already started the execution will not be terminated.
Note
This command only removes a scheduled request. To check on the job status or to view details of the scheduled run, use the commands in the related section below.
Examples
Example 1
This example removes a previously scheduled site design.
Remove-SPOSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82
Parameters
-Identity
The ID of the site design to apply.
Type: | SPOSiteDesignPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |