For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

atlas plugin uninstall

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