nodetool clearsnapshot
Removes one or more snapshots.
Synopsis
nodetool <options> clearsnapshot -T <snapshot> -- <keyspace>* ...*
Tarball and Installer No-Services path:
<installation_location>/resources/cassandra/bin
Short | Long | Description |
---|---|---|
|
|
Hostname or IP address. |
|
|
Port number. |
|
|
Password file path. |
|
|
Password. |
|
|
Remote JMX agent username. |
|
Remove the snapshot with a designated name. |
|
keyspace |
Remove snapshots from the designated keyspaces, separated by a space. |
|
snapshot |
Name of the snapshot. |
|
-- |
Separates an option from an argument that could be mistaken for an option. |
Description
Deletes snapshots in one or more keyspaces. To remove all snapshots, omit the snapshot name.