Remove-SmPluginPackage
Contributors
Suggest changes
Removes a custom plug-in package from the SnapCenter repository.
Syntax
Remove-SmPluginPackage [-PluginName] <String> [-PluginVersion] <String>
Detailed Description
Removes a custom plug-in package from the SnapCenter repository.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
PluginName |
Specifies the name of the plug-in package you want to remove. |
true |
false |
|
PluginVersion |
Specifies the version of the plug-in you want to remove. |
true |
false |
Examples
Example 1: Removing a custom plugin package
Remove-SmPluginPackage -PluginName CustomPlugin -PluginVersion 1.0
This example syntax removes the 1.0 plug-in version of the custom plug-in named CustomPlugin from the SnapCenter repository.