Releases an instance.
Operation description
Before you call this operation, make sure that you understand its prerequisites and consequences.
After a Hologres instance is released, its data and objects cannot be recovered. Proceed with caution. For more information, see Billing overview.
This operation applies only to pay-as-you-go instances.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
hologram:DeleteInstance | delete | *Instance
| None | None |
Request syntax
POST /api/v1/instances/{instanceId}/delete HTTP/1.1Path Parameters
Parameter | Type | Required | Description | Example |
instanceId | string | No | The instance ID. | hgpostcn-cn-7mz2vmu30003 |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-hangzhou |
Response elements
Element | Type | Description | Example |
object | The response schema. | ||
RequestId | string | The ID of the request. | CB13FFDD-2DF8-5396-A848-2D6A31245B6D |
Data | boolean | The returned result. Valid values:
| true |
Success | boolean | Indicates whether the request was successful. | 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": "CB13FFDD-2DF8-5396-A848-2D6A31245B6D",
"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.