latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

Service applications

Update service application

Update fields for a compose service application. Use url for comma-separated public URLs (same rules as urls[].url on PATCH /services/{uuid}).

patch/services/{uuid}/applications/{app_uuid}

Path parameters

uuidstring required

Service UUID.

app_uuidstring required

Service application UUID.

Query parameters

force_domain_overrideboolean

When true, allow duplicate URLs in the request and proceed despite domain conflicts (same as service PATCH).

Request body

urlstring nullable

Comma-separated list of URLs (e.g. "http://app.example.com:8080,https://app2.example.com"). Stored as fqdn.

noindex_domainsstring[] nullable

The subset of the service application domains served with an X-Robots-Tag: noindex, nofollow response header, keeping them out of search engines. Entries that are not among the domains are ignored.

human_namestring nullable
descriptionstring nullable
imagestring nullable
exclude_from_statusboolean nullable
is_log_drain_enabledboolean nullable
is_gzip_enabledboolean nullable
is_stripprefix_enabledboolean nullable

Response

Updated service application.

object required