Update server
Servers
Update server
Update a server’s details such as name, IP address, timezone, and tags.
Processing mode: sync
PUT
Update server
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The name of the server.
Example:
"production-web-01"
The IP address of the server.
Example:
"192.168.1.1"
The private IP address of the server.
Example:
"10.0.0.1"
The timezone of the server.
Example:
"America/New_York"
The tags of the server.
Example:
["production", "web"]