General APIs with JWT

Create Banned Machine

Create a new ban record for a machine (admin only).

post/admin/banned-machines

Request body

executor_idstring uuid required

ID of the node to ban

reasonstring required

Reason for banning the machine

is_activeboolean nullable

Whether the ban is active

Response

Successful Response

idstring uuid required
executor_idstring uuid required
banned_gpu_idsstring[] required
reasonstring required
banned_by_user_idstring uuid nullable required
is_activeboolean required
created_atstring date-time required
updated_atstring date-time nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.