| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spositedesigntask |
| applicable | SharePoint Online |
| title | Remove-SPOSiteDesignTask |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Command to remove a scheduled site design script.
Remove-SPOSiteDesignTask
-Identity <guid>
[<CommonParameters>]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.
This example removes a previously scheduled site design.
Remove-SPOSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82The ID of the site design to apply.
Type: SPOSiteDesignPipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False