Get Server Details
Servers
Get Server Details
GET
Get Server Details
Returns detailed information about a single server instance, including its current state, resource utilization, and configuration.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/pterodactyl/wings/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires the Wings authentication token in theAuthorization header:
Path Parameters
The UUID of the server
Response
Current state of the server. One of:
offline, starting, running, stoppingWhether the server is currently suspended
Current resource usage statistics
Server configuration details
Error Responses
404 Not Found
The requested server does not exist on this Wings instance.
Example Request
Example Response
Source Reference
Implemented inrouter/router_server.go:21