Was this page helpful?
clearsnapshot [-t tag] [<keyspace>]
- This command removes snapshots. By default all the snapshots will be removed unless a snapshot_name
is provided.
For example:
All snapshots.
nodetool clearsnapshot
A specific snapshot name.
nodetool clearsnapshot -t <snapshot_name>
Was this page helpful?