Critical BackupUpdate Backup Zone Status

Update Backup Zone Status

Enable or disable backup syncing for a zone linked to a critical backup job.

curl -X POST "https://api.5centscdn.com/v2/cb/42/zone/2102/status" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "disable": "1"
}'
{
  "result": "success",
  "message": "CriticalBackup link 'Push"
}
POST
/cb/{backupid}/zone/{zoneid}/status
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

path
backupidinteger
Required

Critical Backup job ID

path
zoneidinteger
Required

ID of the CDN zone linked to the backup

Content-Typestring
Required

The media type of the request body

Options: application/json
disablestring
Required

Whether to disable backup syncing for this zone link. 1 = disable, 0 = enable.

Options: 0, 1
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

backupidinteger
Required

Critical Backup job ID

Example:
42
zoneidinteger
Required

ID of the CDN zone linked to the backup

Example:
2102

Body

application/json
disablestring
Required

Whether to disable backup syncing for this zone link. 1 = disable, 0 = enable.

Allowed values:01

Responses

resultstring

Status of the API response.

messagestring

Human-readable status or result message.