All Products
Search
Document Center

Hologres:CreateManualBackup

Last Updated:May 21, 2026

Creates a manual backup for an instance.

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/backups/manual HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID.

cn-hangzhou

body

object

No

The request body.

instanceId

string

No

The instance ID.

hgpostcn-cn-721344a2z001

Response elements

Element

Type

Description

Example

object

The response.

RequestId

string

The request ID.

5C11C8CB-9851-504D-8A41-3CF5F4FC0358

Data

boolean

The result of the operation.

Valid values:

  • true :

    Success

  • false :

    Failed

true

Success

boolean

Indicates whether the request was successful.

Valid values:

  • true :

    Success

  • false :

    Failed

true

ErrorCode

string

The error code.

404

ErrorMessage

string

The error message.

Internal server error.

HttpStatusCode

string

The HTTP status code.

200

Examples

Success response

JSON format

{
  "RequestId": "5C11C8CB-9851-504D-8A41-3CF5F4FC0358",
  "Data": true,
  "Success": true,
  "ErrorCode": "404",
  "ErrorMessage": "Internal server error.",
  "HttpStatusCode": "200"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.