When it appears
Application server choices are shown only if the selected family has at least one option. In the console, built-in mappings include:| Family | Options (key → label) |
|---|---|
| Python | Uvicorn, Gunicorn |
| PHP | PHP-FPM (php-fpm-caddy) |
| .NET | Kestrel |
| Perl | Starman |
APP_SERVERS map for those keys).
Behavior
- Choosing a server sets
applicationServeron the runtime resource (string key such asuvicorn,gunicorn). - Help text under the row describes it as the application server for that runtime family (for example “Application server for Python runtime”).
- Logos for server types use the same icon set as elsewhere in the panel when available.
API
Server stacks available per language can also be queried withGET /api/runtimes/servers?runtimeName=... (see Runtimes API in the bundled API docs). Use that for automation or to confirm options beyond what this guide lists.
← Runtime overview · Families and versions