stc partitionderegister
Remove the partition identity public key that is currently registered to the STC client token. Use this command if you no longer require access to a registered partition.
After invoking this command, use the command clientconfig restart to restart LunaCM and refresh the slot list.
CAUTION! Deregistering a partition disables the STC link. Any applications using the partition will lose access to the partition.
Syntax
stc partitionderegister -serial <partition_serialnum> [-force]
Argument(s) | Shortcut | Description |
---|---|---|
-serial <partition_serialnum> | -s | Specifies the serial number of the partition to deregister. |
-force | -f | Force the action without prompting. |
Example
lunacm:> stc partitionderegister -serial 98730559 Are you sure you want to deregister the partition 98730559? Type ‘proceed’ to continue, or ‘quit’ to quit now -> proceed Partition 98730559 successfully deregistered from the client token. Command Result : No Error