Floating Server
Best Practices

Removing a License

4min

Removing a product license from your Floating Server can be done easily through our API or on the Floating Server UI itself. This process is especially useful when managing licenses dynamically or when decommissioning products.

Using the User Interface

For those preferring a graphical approach to manage licenses, the Floating Server's UI provides a straightforward method to remove product licenses.

  1. Navigate to the Products Page: Access the Floating Server UI and navigate to the Products tab from the top menu.
  2. Locate the Product: In the products list, locate the product you wish to remove. You can use the search function if you have many products listed.
  3. Remove the Product: Click the Remove button located in the Remove product column corresponding to the product you want to delete.
Removing a Product Using the UI
Removing a Product Using the UI


API Endpoint

Endpoint: GET http://localhost:8080/api/v4/removeProduct This API call is used to remove a license for a product from the Floating Server.

Required Parameters

  • product (string): The identifier for the product whose license you want to remove.

Using the API

To remove a product license, you will need to make a GET request to the endpoint with the appropriate query parameters. For more information on how to remove a product license with the Floating Server API, see our API page for removing a license.



Updated 23 Sep 2024
Doc contributor
Did this page help you?