Palworld Toggle
Boilerplate control panel for starting and stopping a Palworld dedicated server on demand. All endpoints below currently return stub responses.
Pages
- /status — current server state
- /activate — bring the server up
- /deactivate — shut the server down
API
GET /api/statusPOST /api/activatePOST /api/deactivate
When PALWORLD_TOGGLE_SECRET is set, send it as Authorization: Bearer <token>.