Delete an existing Configuration Framework Service (CFS) configuration session with the CFS delete
command.
This requires that the Cray command line interface is configured. See Configure the Cray Command Line Interface.
Use the session name to delete the session:
cray cfs sessions delete <session_name>
No output is expected.
To delete all completed CFS sessions, use the deleteall
command.
cray cfs sessions deleteall
This command can also filter the sessions to delete based on tags, name, status, age, and success or failure. By default, if no other filter is specified, this command only deletes completed sessions.
Completed CFS sessions can be automatically deleted based on age. See the Automatic Session Deletion with sessionTTL
section.