Activate Target
PUT /v1/backup/target/:id/activate
Activates an existing backup target. This endpoint validates and applies state changes to the specified backup resource, enabling it for active use. Upon successful activation, it returns the full updated resource with current status, integration, and job details.
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-2"
}
},
"_id": "target-id-1",
"token": "<activation-token>",
"__v": 0,
"clientname": "Example Backup",
"created": "2025-06-20T08:30:56.752Z",
"displayname": "Example Backup",
"hostname": "Example Backup",
"name": "Example Backup",
"status": {
"active": true,
"deleted": false,
"_id": "status-id-1"
},
"tenant": "tenant-id-1",
"updated": "2025-10-30T11:40:09.811Z",
"version": "12",
"id": "target-id-1"
}