All Products
Search
Document Center

Cloud Backup:DisableHanaBackupPlan

Last Updated:Aug 28, 2026

Disables a specified SAP HANA backup plan.

Operation description

To enable the backup plan again, call the EnableHanaBackupPlan operation.

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 parameters

Parameter

Type

Required

Description

Example

VaultId

string

Yes

The ID of the backup vault.

v-000f9z******vilrr

ClusterId

string

Yes

The ID of the SAP HANA instance.

cl-0003tu******y5oc

PlanId

string

Yes

The ID of the backup plan.

pl-0006o11ectqr650ceoct

ResourceGroupId

string

No

The ID of the resource group.

rg-acfm3erpwweavki

Response elements

Element

Type

Description

Example

object

Code

string

The response code. Status code 200 indicates success.

200

Message

string

The returned message. If the request was successful, "successful" is returned. Otherwise, an error message is returned.

successful

RequestId

string

The request ID.

FFC87EC8-8126-5967-9C4D-82715F8DFC97

Success

boolean

Indicates whether the request was successful. Valid values:

  • true

  • false

true

Examples

Success response

JSON format

{
  "Code": "200",
  "Message": "successful",
  "RequestId": "FFC87EC8-8126-5967-9C4D-82715F8DFC97",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.