Removing commands from profiles using the CLI Published on Aug 25, 2026
Print
Copy page Copy as Markdown for LLMs View as Markdown View the page as plain text
Open in ChatGPT Ask ChatGPT about this page Open in Claude Ask Claude about this page Prev Next Use the commands in this section to remove commands from a profile.
To remove a single command:
Go to CLI configuration mode:
hostname > enable
hostname # configure terminal Remove the command:
hostname (config) # no cmc profile <profileName> command <sequenceNumber> where sequenceNumber is the number assigned to the command.
Verify your changes:
hostname (config) # show cmc profiles <profileName> Save your changes:hostname (config) # write memory
To remove all commands:
Go to CLI configuration mode:
hostname > enable
hostname # configure terminal Remove all commands:
hostname (config) # no cmc profile <profileName> command Verify your change:
hostname (config) # show cmc profiles <profileName> Save your change:
hostname (config) # write memory
Was this article helpful?
Yes No
Related articles
Central Management System (CMS) > Central Management System System Administration Guide Release 11.x > Appliances > Using appliance groups and command profiles > Working with command profiles
Central Management System (CMS) > Central Management System System Administration Guide Release 11.x > Appliances > Using appliance groups and command profiles > Working with command profiles
Central Management System (CMS) > Central Management System System Administration Guide Release 11.x > Appliances > Configuring managed appliances