package uninstall

Uninstall a second-generation package from the target org.

Description for package uninstall 

Specify the package ID for a second-generation package.

To list the org’s installed packages, run “sf package installed list”.

To uninstall a first-generation package, from Setup, enter Installed Packages in the Quick Find box, then select Installed Packages.

Aliases for package uninstall 

force:package:uninstall

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑package‑pType: Value
Required

ID (starts with 04t) or alias of the package version to uninstall.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.
‑‑wait‑wType: Value
Default value: 0 minutes

Number of minutes to wait for uninstall status.

Examples for package uninstall 

Uninstall a package with specified ID from an org with username me@example.com:

1sf package uninstall --package 04t... --target-org me@example.com

Uninstall a package with the specified alias from your default org:

1sf package uninstall --package undesirable_package_alias

Uninstall a package with an alias that contains spaces from your default org:

1sf package uninstall --package "Undesirable Package Alias"