{% extends 'base.html' %} {% block title %}Admin API Documentation{% endblock %} {% block head %} {% endblock %} {% block content %}
Administrative API endpoints for system management
All endpoints require admin authentication via login session or admin API token (Bearer token in Authorization header).
Browse files and directories in the configured server directory for administrative purposes.
Start AI model training process. Costs 100 tokens (free for admins).
Retrieve a complete list of all users in the system for administrative management.
List all cluster tokens for distributed processing management.
List all connected cluster clients with their GPU capabilities and status.
Get detailed information about all cluster nodes, including connected and recently disconnected nodes.
Set the preferred GPU driver (CUDA or ROCm) for a specific cluster node. This preference is saved and reused for future connections from the same hostname + token combination.