All Products
Search
Document Center

Hologres:DeleteModelService

Last Updated:May 14, 2026

Deletes a specified model service.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

DELETE /api/v1/instances/{instanceId}/deleteModelService HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

instanceId

string

Yes

The instance ID.

hgprecn-cn-xxxxxxx

Request parameters

Parameter

Type

Required

Description

Example

modelServiceName

string

No

The name of the model service.

model-qwen

Response elements

Element

Type

Description

Example

object

The response.

requestId

string

The ID of the request.

819A7F0F-2951-540F-BD94-6A41ECF0281F

data

boolean

Indicates whether the request was successful. A value of true indicates that the request was successful. A value of false indicates that the request failed.

true

Examples

Success response

JSON format

{
  "requestId": "819A7F0F-2951-540F-BD94-6A41ECF0281F",
  "data": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.