All Products
Search
Document Center

Hologres:UpdateAutoUpgrade

Last Updated:May 21, 2026

Enables automatic minor version upgrades for an instance. The upgrade occurs automatically during the maintenance window.

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

POST /api/v1/instances/{instanceId}/autoUpgrade HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

instanceId

string

No

The instance ID.

hgprecn-cn-wwoxxxxx

Request parameters

Parameter

Type

Required

Description

Example

body

object

No

The request body.

autoUpgrade

string

No

The upgrade type. Valid values: auto and manual. A value of auto specifies to enable automatic minor version upgrades. A value of manual specifies to disable automatic minor version upgrades.

auto

Response elements

Element

Type

Description

Example

object

The response.

RequestId

string

The request ID.

2A8DEF6E-067E-5DB0-BAE1-2894266E6C6A

Data

boolean

Indicates whether the operation was successful. Valid values: true and false.

true

Success

boolean

Indicates whether the request was successful. This parameter is independent of the business data returned.

true

ErrorCode

string

The error code.

null

ErrorMessage

string

The error message.

null

HttpStatusCode

string

The HTTP status code.

200

Examples

Success response

JSON format

{
  "RequestId": "2A8DEF6E-067E-5DB0-BAE1-2894266E6C6A\n",
  "Data": true,
  "Success": true,
  "ErrorCode": "null",
  "ErrorMessage": "null",
  "HttpStatusCode": "200"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.