Skip to main content
Use DROP MIRROR to remove a mirror configuration from PeerDB.

Syntax

DROP MIRROR [IF EXISTS] <mirror_name>;

Behavior

  • Removes the mirror configuration and stops any scheduled syncs for the mirror.
  • If the mirror does not exist and IF EXISTS is omitted, the command returns an error.

Considerations

  1. Dropping a mirror will not automatically remove data from the target peer; it only stops synchronization.
I