< Back

Remove-PodeStaticRoute

Sat Jan 18, 2020 7:18 pm

NAME Remove-PodeStaticRoute



SYNOPSIS

Remove a specific static Route.





SYNTAX

Remove-PodeStaticRoute [-Path] <String> [[-Protocol] <String>] [[-Endpoint] <String>] [<CommonParameters>]





DESCRIPTION

Remove a specific static Route.





PARAMETERS

-Path <String>

The path of the static Route to remove.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Protocol <String>

The protocol of the static Route to remove.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Endpoint <String>

The endpoint of the static Route to remove.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-PodeStaticRoute -Path '/assets'













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Remove-PodeStaticRoute -Path '/assets' -Protocol















RELATED LINKS