Description

Enter your backup ID and cancel backup mode.

※backup_id : The ID which automatically executes cancel operation when 1VM is applied for backup
※backuprun_id : The ID which associates to a backup operation

Request URL

Compute API v2.0

DELETE /v1/{tenant_id}/backup/{backup_id}

Request Parameters

Parameter Value Style Description
X-Auth-Token User Token header
tenant_id Tenant ID URI
backup_id The ID which automatically executes cancel operation when 1VM is applied for backup URI

Request Json

This operation does not accept a request body.

Normal response codes

204 No Content

Example

curl -i -X DELETE \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://compute.tyo1.cloud.z.com/v2/1864e71d2deb46f6b47526b69c65a45d/backup/3166c62f-88d5-4807-b7e2-d92c95e2863b
HTTP/1.1 204 No Content
Date: Tue, 10 Feb 2015 07:57:07 GMT
Server: Apache
Content-Length: 0
Content-Type: text/html; charset=UTF-8