Skip to main content
POST
/
services
/
{serviceId}
/
sync
Sync a service from its stored definition
curl --request POST \
  --url http://localhost:9371/services/{serviceId}/sync
{
  "id": "<string>",
  "updated": true
}

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

Service synced successfully.

Response returned after syncing a service.

id
string
required

Identifier of the synced service.

Minimum string length: 1
updated
boolean
required

Confirms the service definition was re-registered.

Last modified on July 1, 2026