checkpoint rename
Syntax
checkpoint rename <OLD-CHECKPOINT-NAME> <NEW-CHECKPOINT-NAME>
Description
Renames an existing checkpoint.
Command context
Manager (#
)
Parameters
<OLD-CHECKPOINT-NAME>
Specifies the existing checkpoint to be renamed. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-). Required.
<NEW-CHECKPOINT-NAME>
Specifies the new name for the checkpoint. The checkpoint name can be alphanumeric. It can also contain underscores (_) and dashes (-). Required.
Authority
Administrators
Examples
Renaming checkpoint
ckpt1
to cfg001:
switch# checkpoint rename ckpt1 cfg001