feat: add cluster join and leave handlers

This commit is contained in:
2025-05-17 16:51:25 +02:00
parent 49014c951f
commit de8af61ba7
5 changed files with 115 additions and 5 deletions

View File

@@ -130,6 +130,9 @@ All endpoints except `/health` require authentication via an API token passed in
| POST | `/system/restart` | Restart the system |
| POST | `/system/shutdown` | Shutdown the system |
| GET | `/cluster/members` | Get the cluster members |
| POST | `/cluster/join` | Join cluster nodes |
| POST | `/cluster/leave` | Leave the cluster |
### Response Codes