Stopping a Backup
Description
This API is used to stop a backup in case of an emergency.
Constraints
This API is available only for DB instances in the Backing up or Uploading backup state.
URI
| Parameter | Type | IN | Mandatory | Description |
|---|---|---|---|---|
| X-Auth-Token | string | header | Yes | User token obtained from IAM. For details, see Authentication. |
| project_id | string | path | Yes | Project ID of a tenant in a region. Obtain the project ID by following the instructions in Obtaining a Project ID. |
| backup_id | string | path | Yes | Backup ID. |
Request Parameters
- Parameter description
Table 2 Parameter description Parameter
Type
Mandatory
Description
action
String
Yes
Operation.
stop indicates the operation for stopping a backup.
- Example Requests
{ "action" : "stop" }
Response Parameters
- Parameter description
Table 3 Parameter description Parameter
Type
Description
job_id
String
ID of the workflow for stopping a backup.
- Example Responses
{ "job_id": "b52cc59d-e1e2-4e63-bb00-7694e126f66a" }
Status Code
For details, see Status Code.
Error Code
For details, see Error Code.