Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
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?