HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/license-manager/update-license-configuration.rst
**To update a license configuration**

The following ``update-license-configuration`` example updates the specified license configuration to remove the hard limit. ::

    aws license-manager update-license-configuration \
        --no-license-count-hard-limit \
        --license-configuration-arn arn:aws:license-manager:us-west-2:880185128111:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE 

This command produces no output.

The following ``update-license-configuration`` example updates the specified license configuration to change its status to ``DISABLED``. ::

    aws license-manager update-license-configuration \
        --license-configuration-status DISABLED
        --license-configuration-arn arn:aws:license-manager:us-west-2:880185128111:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE

This command produces no output.