RemoveShardCell

vtctldclient RemoveShardCell

Remove the specified cell from the specified shard’s Cells list.

  1. vtctldclient RemoveShardCell [--force|-f] [--recursive|-r] <keyspace/shard> <cell>

Options

  1. -f, --force Proceed even if the cell's topology server cannot be reached. The assumption is that you turned down the entire cell, and just need to update the global topo data.
  2. -h, --help help for RemoveShardCell
  3. -r, --recursive Also delete all tablets in that cell beloning to the specified shard.

Options inherited from parent commands

  1. --action_timeout duration timeout for the total command (default 1h0m0s)
  2. --server string server to use for connection (required)

SEE ALSO

  • vtctldclient - Executes a cluster management command on the remote vtctld server.