TeamCity REST API Reference
 

Manage Global Server Settings

Last modified: 19 June 2023

Send GET and PUT requests to the <server_URL>/app/rest/server/globalSettings endpoint to check and modify common server properties: server and artifacts URL, maximum allowed artifact size, VCS polling interval, and so on.

Requests to this endpoint modify settings accessible on the Administration | Global Settings page of TeamCity UI. See this article for the complete list of available settings: TeamCity Configuration and Maintenance.

Request payloads conform to the ServerGlobalSettings scheme.