| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/remove-spositedesigntask |
| applicable | SharePoint Online |
| title | Remove-SPOSiteDesignTask |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Command to remove a scheduled site design script.
Remove-SPOSiteDesignTask [-Identity] <SPOSiteDesignTaskPipeBind> [<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-26c2f67cae82Applicable: SharePoint Online
The ID of the site design to apply.
Type: Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignTaskPipeBind
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.