PITR API
Point-in-time recovery
REST API endpoints for PITR. 1 operation.
Restore to a point in time
plaintext
POST /api/v1/tenants/{tenant_id}/pitr/restoreInitiates a point-in-time restore of a tenant's database.
Auth: Bearer API key
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
tenant_id | path | string | Yes | Tenant id (UUID) |
Responses
| Status | Description |
|---|---|
200 | Restore initiated |
401 | Missing or invalid API key |
500 | Internal error |
operationId: restorePitr