Editlicense
This command allows an admin to modify specific fields of an existing license, such as the IP addresses, product, or expiration date.
The command used to edit a license is /editlicense <license_id> <field> <new_value>
.
Argument
Description
Required
license_id
Specifies the unique ID of the license that you want to modify
true
field
Specifies the license field to be edited. This includes options like ip_address1
, ip_address2
, ip_address3
, expiration
, or product
true
new_value
Specifies the new value for the selected field. The input format will depend on the type of field being modified (e.g., a date for expiration
or an IP address for ip_address1
)
true

Last updated