Kill a Consumption-based License
- Last Updated: December 9, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
You can kill a consumption-based license using a RESTful API command. The LoadMaster must be able to communicate with the Progress Kemp Licensing Server for this to be successful.
Note: Progress
Kemp can remotely kill a licensed consumption-based LoadMaster for various reasons.
The consumption-based LoadMaster stops functioning within 24 hours of the kill being
initiated by Progress Kemp.
To kill a consumption-based license, run the following command:
curl -k -v -u "bal":"<BalPassword>" "https://<LoadMasterIPAddress>/access/kill_spla_instance?name=<ProgressID>&passwd=<ProgressIDPassword>&kill=1"
|
Name |
Type |
Description |
Mandatory |
|---|---|---|---|
|
kempid |
String |
The email address used when registering for a Progress ID. |
Yes |
|
password |
String |
The Progress ID account password. |
Yes |
| kill | Boolean | Set this parameter to 1 to kill the license. | Yes |
Note: Killing,
relicensing, and killing again is not recommended - this leads to unexpected
behavior.