configuration / cli

CLI REST-API

clear-history

clear-history
This command clears the command history buffer of the current user.
See also:
/configuration/cli: cli
/configuration/cli/show-history: prints all entries of the current user

REST-API Support:


This command is supported by the REST API:

Method: PUT
URL: /api/configuration/cli/clear-history

Example using curl:
curl -X PUT /api/configuration/cli/clear-history