POST
/
servers
/
{server}
/
settings
/
reinstall
Reinstall
curl --request POST \
  --url https://dashboard.gratian.pro/api/client/servers/{server}/settings/reinstall \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

server
string
required

The server UUID

Response

202
application/json

The response is of type string[].