./pgedge cluster remove CLUSTER_NAME <flags>
This command removes spock subscriptions and nodes, and stops PostgreSQL on each node.
If the `force` flag is set to `True`, it will also remove the `pgedge` directory on
each node, including the PostgreSQL data directory.
CLUSTER_NAME
The name of the cluster to remove.
-f, --force=FORCE
If `True`, removes the `pgedge` directory on each node. Defaults to `False`.