Skip to content

How to close a room

Greg Fodor edited this page Apr 21, 2018 · 1 revision

There is a simple Reticulum API available to close a room. You will need the admin secret key that is in the encrypted ansible vault in mr-ops/roles/ret/vars/main.yml.

Given the hub id HUB_ID run:

curl -XDELETE -H 'x-ret-admin-access-key: <ACCESS KEY>' https://<host>/api/v1/hubs/<hub id>