#Plugin Uninstall

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

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

serverless plugin uninstall --name serverless-webpack

Have questions?

Head over to the forums to search for your questions and issues or post a new one.