List Servers
Servers
List Servers
GET
List Servers
Returns all servers that are registered and configured on this Wings instance.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:
Response
Returns an array of server objects with their current state and resource utilization.Current state of the server. One of:
offline, starting, running, stoppingWhether the server is currently suspended
Current resource usage statistics
Server configuration details including UUID, limits, and allocations
Example Request
Example Response
Source Reference
Implemented inrouter/router_system.go:50