AWS - Plugin Uninstall

June 28, 2026 · View on GitHub

Uninstall an osls plugin and remove it from the services plugins array.

osls plugin uninstall --name pluginName

Options

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

The name must be a bare npm package name, such as example-osls-plugin or @example/osls-plugin. Versioned package specs such as example-osls-plugin@1.2.3 are not accepted by plugin uninstall.

Examples

Remove the example-osls-plugin plugin

osls plugin uninstall --name example-osls-plugin

← All Commands · Docs Home