Skip to main content
POST
/
services
/
{serviceName}
/
update
Update a service manifest
curl --request POST \
  --url http://localhost:7687/services/{serviceName}/update
{
  "name": "<string>",
  "updated": true
}

Documentation Index

Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

serviceName
string
required

Normalized service name.

Minimum string length: 1

Response

Update result for the requested service.

Response returned by the service update endpoint.

name
string
required

Service name that was checked for updates.

Minimum string length: 1
updated
boolean
required

Whether the service manifest changed and was rewritten.

Last modified on May 14, 2026