Portabase Logo
Portabase DashboardAPIDatabases

Trigger a backup for a database

POST
/databases/{id}/backup

Authorization

apiKeyAuth
x-api-key<token>

API key generated from the Portabase dashboard. Pass as the x-api-key header.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/databases/123e4567-e89b-12d3-a456-426614174000/backup"
{  "data": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "status": "waiting",    "file": "string",    "fileSize": -9007199254740991,    "durationMs": -9007199254740991,    "databaseId": "d0f4f849-8ecf-4909-96bf-7953790e45f9",    "imported": true,    "migrated": true,    "updatedAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z",    "deletedAt": "2019-08-24T14:15:22Z"  }}