dcos package uninstall

Uninstalling a package

Description

The dcos package uninstall command allows you to uninstall a package.

Usage

dcos package uninstall <package-name> [--cli | [--app [--app-id=<app-id> | --all] --yes]]

Options

Name Description
-h, --help Display usage.
--all All applications.
--app Application only.
--app-id=<app-id> The application ID.
--cli Command line only.
--yes Disable interactive mode and assume “yes” is the answer to all prompts.

Positional arguments

Name Description
<package-name> Name of the DC/OS package.

Examples

For an example, see the documentation.

Parent command

Command Description
dcos package Install and manage DC/OS software packages.