Deactivate Target
PUT /v1/backup/target/:id/deactivate
Deactivates an existing backup target by updating its status. This endpoint validates the update, applies the change, persists it, and returns the updated backup resource, including system details, integration info, and job metadata.
Response Example
{
"os": "Windows Server 2012",
"size": {
"bytes": 7802917908,
"gb": 7.27
},
"integration": {
"id": "integration-id-1",
"name": "Example Integration",
"application": "Exchange Online"
},
"risc": {
"score": 0
},
"jobs": {
"last": {
"status": {
"message": "Successful",
"type": "Successful"
},
"id": "job-id-1"
},
"recovery": {
"date": {
"start": "2025-10-30T02:11:27.246Z",
"arpo": "8h, 48m",
"arpoHours": 8.81
},
"id": "job-id-1"
}
},
"_id": "target-id-1",
"token": "<token-placeholder>",
"__v": 0,
"clientname": "Example Backup Target",
"created": "2025-06-20T08:30:56.752Z",
"displayname": "Example Backup Target",
"hostname": "example-backup.local",
"name": "Example Backup Target",
"status": {
"active": false,
"deleted": false,
"_id": "status-id-1"
},
"tenant": "tenant-id-1",
"updated": "2025-10-30T11:40:03.671Z",
"version": "12",
"id": "target-id-1"
}