SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

Remove-SmPluginPackage

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.

Top of Page