Pterodactyl API v1
Settings

Reinstall server

Renames the server

POST/api/client/servers/{server}/settings/reinstall

Authorization

ClientToken
AuthorizationBearer <token>

Client API key (generated at /account/api)

In: header

Path Parameters

server*string

Server identifier (short 8-character ID)

Response Body

curl -X POST "https://pterodactyl.file.properties/api/client/servers/1a7ce997/settings/reinstall" \  -H "Authorization: Bearer ptlc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty