get_egg
Retrieve detailed configuration for a Pterodactyl server template, including Docker image, startup commands, install scripts, and environment variables with validation rules.
Instructions
Get full details of a specific egg/server template (admin action). Returns name, Docker image, startup command, install script, configuration, and all environment variables with their default values and validation rules. Use list_nests to find the nest_id and list_eggs to find the egg_id. Requires Application API key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nest_id | Yes | Nest ID that contains the egg (from list_nests) | |
| egg_id | Yes | Egg ID to retrieve (from list_eggs) |