ls_update_license_key
Update a license key's activation limit, expiry date, or disable it to revoke customer access.
Instructions
Update a license key's activation limit, expiry date, or disabled status. Setting disabled: true revokes customer access and is treated as destructive (rate-limited and audited).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| licenseKeyId | Yes | The license key ID to update | |
| activationLimit | No | Maximum number of activations allowed (0 = unlimited) | |
| disabled | No | Set to true to disable this license key | |
| expiresAt | No | Expiry date (ISO 8601 format). Set to null to remove expiry. |