Skip to content

plugin uninstall

Uninstall a Serverless plugin and remove it from the services plugins array.

Terminal window
serverless plugin uninstall --name pluginName

Options

  • --name or -n The plugins name. Required.

Provided lifecycle events

  • plugin:uninstall:uninstall

Examples

Remove the serverless-webpack plugin

Terminal window
serverless plugin uninstall --name serverless-webpack