Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas plugin uninstall

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Examples

Uninstall Atlas CLI plugin.

Uninstall an Atlas CLI plugin. You can specify a plugin to uninstall using either the "<github-owner>/<github-repository-name>" format or the plugin name.

Command Syntax
atlas plugin uninstall [plugin] [options]
Name
Type
Required
Description

plugin

string

false

Plugin identifier.

Name
Type
Required
Description

-h, --help

false

help for uninstall

Name
Type
Required
Description

-P, --profile

string

false

Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.

# Uninstall a plugin:
atlas plugin uninstall mongodb/atlas-cli-plugin-example
atlas plugin uninstall atlas-cli-plugin-example

Back

list