Cancel an operation for a virtual database server (POST /v1.0/{tenantId}/instances/{instanceId}/action)
Cancels automatic backup and DB snapshot creation.
It can take around 10 minutes until cancellation is completed.
CAUTION:
When canceling automatic backup, only do so after checking
and ensuring that there is a valid backup. If automatic backup is canceled without a valid
backup being possessed, it becomes impossible to use point in time restoration for the virtual
database server until the next time automatic backup is performed.
Request URI
{tenantID}
Project ID of the owner of the instance
Data Type | Cardinality |
---|---|
String | 1..1 |
{instanceId}
ID of the virtual database server
Data Type | Cardinality |
---|---|
String | 1..1 |
Request parameters
action
Data Type | Cardinality | Parent Element | Child Element(s) |
---|---|---|---|
None | cancel |
cancel
Cancels an operation for a virtual database server.
Data Type | Cardinality | Parent Element | Child Element(s) |
---|---|---|---|
None | 1..1 | action | None |
Response headers
Status
Returns the status of the request.
One of the following values will be returned:
- 400:
- badRequest
- 401:
- unauthorized
- 403:
- forbidden
- 404:
- itemNotFound
- 422:
- unprocessableEntity
- 500:
- instanceFault
- 501:
- notImplemented
- 503:
- serviceUnavailable
- 504:
- gatewayTimeout
Data Type | Cardinality |
---|---|
Int | 1..1 |
Response elements
n/a
Example of request
{
"action": {
"cancel": ""
}
}