Pterodactyl API v1
Server Databases

Reset password

Rotates the password of the database

POST/api/application/servers/{id}/databases/{database}/reset-password

Authorization

ApplicationToken
AuthorizationBearer <token>

Application API key (generated at /admin/api)

In: header

Path Parameters

id*integer

Server ID (internal numeric ID)

database*integer

Database ID

Response Body

curl -X POST "https://pterodactyl.file.properties/api/application/servers/5/databases/1/reset-password" \  -H "Authorization: Bearer ptla_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty