Service and Application/Inference Service APIs
PUTInference Service APIsSince 5.1.8SynchronousAuth Required
UpdateModelServiceInstanceGroup
UpdateModelServiceInstanceGroup
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
nameStringOptional. The resource name.
descriptionStringOptional. The detailed description of the resource.
environmentVariablesMapOptional. The environment variables.
startupParametersMapOptional. The startup parameters.
serviceLivezStringNo description provided.
Responses
Endpoint
PUT/zstack/v1/model-service-instance-groups/{uuid}
/zstack/v1/model-service-instance-groups/{uuid}
Request Example
curl -X PUT 'http://{host}/zstack/v1/model-service-instance-groups/{uuid}' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"name":"<name>","description":"<description>","environmentVariables":{},"startupParameters":{},"serviceLivez":"<serviceLivez>","serviceReadyz":"<serviceReadyz>","serviceBootupTime":1,"packageVersion":"<packageVersion>","systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "groupUuid", "name": "model-service-group", "status": "Running" } }Change History
This API has no change history records yet.
