Nodetool clearsnapshot¶
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 id.
nodetool clearsnapshot -t <snapshot_id>
A specific snapshot name.
nodetool clearsnapshot <snapshot_name>