no

Removes this application group‘s configured parameters (application and/or description)

Syntax

no [application <APPLICATION-NAME>|description]

Parameters

no [application <APPLICATION-NAME>|description]
no <PARAMETERS> Removes an application associated with this group, and removes this group‘s description

Examples

The following example displays the application-group ‘amazon‘ configuration before the execution of ‘no‘ commands:

nx9500-6C8809(config-app-group-amazon)#show context
application-group amazon
 description "This application-group lists all Amazon applications."
 application amazon-prime-music
 application amazon-prime-video
 application amazon_cloud
 application amazon_shop
nx9500-6C8809(config-app-group-amazon)#
nx9500-6C8809(config-app-group-amazon)#no application amazon_cloud
nx9500-6C8809(config-app-group-amazon)#no description

The following example displays the application-group ‘amazon‘ configuration after the execution of ‘no‘ commands:

nx9500-6C8809(config-app-group-amazon)#show context
application-group amazon
 application amazon-prime-music
 application amazon-prime-video
 application amazon_shop
nx9500-6C8809(config-app-group-amazon)#