cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/servers/{server}/settings/reinstall \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Reinstalls the server on the daemon.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The response is of type string[].
string[]