Atlas
Platform Admin — Backups

Confirm and execute restore

SaaS only. Execute the restore operation using the confirmation token from the request endpoint.

POST
/api/v1/platform/backups/:id/restore/confirm

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

confirmationToken*string

Token from restore request

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/platform/backups/:id/restore/confirm" \  -H "Content-Type: application/json" \  -d '{    "confirmationToken": "string"  }'
{
  "restored": true,
  "preRestoreBackupId": "string",
  "message": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}