Get Server
get_serverRetrieve complete details of a specific server from Laravel Forge, including provider, region, PHP version, database version, IP addresses, tags, and provisioning state.
Instructions
Get one server in full: provider and region, sizes, PHP and database versions, IP addresses, tags and provisioning state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server id from list_servers. | |
| include | No | Comma-separated relationships to embed (e.g. "tags,latestDeployment"). | |
| organization | No | Organisation slug. Optional when the server has a default configured. |