Delete a region

How to delete an external region #

This document will take you through the steps required to uninstalling all appliances in an external region and deleting the region itself.

Prerequisites #

  • The Connect iT CLI installed on all machines in the region

1. Uninstalling the video appliances #

For each video appliance in the region, connect to it via SSH and use the Connect iT CLI to uninstall the appliance:

sudo ./connectit uninstall video

2. Uninstalling the thumb appliances #

For each thumb appliance in the region, connect to it via SSH and use the Connect iT CLI to uninstall the appliance:

sudo ./connectit uninstall thumb

3. Deleting the region #

Once all appliances have been uninstalled use the Connect iT CLI to delete the region.

Verify this is the case by navigating to ⚙ SettingsAppliances and see that all appliances in the region are offline.

Offline appliances in region

When deleting the region it doesn’t matter from which computer the Connect iT CLI is used. As such you can simply execute it on any of the video or thumb machines.

# Deleting the region
sudo ./connectit region delete <region name>