Removing a License
Describes how to remove a license using the Control System and the CLI.
Removing a License Using the Control System
About this task
Procedure
- Log in to the Control System and click .
- Click the Delete link associated with the license to display the Remove License confirmation dialog.
- Click Submit to remove the license.
Removing a License Using the CLI or REST API
About this task
To remove a license on a cluster:
Procedure
-
From the command line, issue the
maprcli license list
command. Example:maprcli license list
-
Look for the
id
parameter in the output from the license list command.This is the license ID. Example:grace id description deletable license maxnodes true 5CTFWAeQQUIOc5Wm/onoOJqcCls MapR Base Edition false version: "1.0" customerid: "BaseLicenseUser" issuer: "MapR Technologies, Inc." licType: Base description: "MapR Base Edition" ...
-
Use the
maprcli license remove
command to remove the license.Example:maprcli license remove -license_id 5CTFWAeQQUIOc5Wm/onoOJqcCls