EasypanelDocs

Restore a database backup

Restores a stored backup into a database, replacing its current contents.

POST
/restoreDatabaseBackup

Restores a stored backup into a database, replacing its current contents.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/restoreDatabaseBackup" \  -H "Content-Type: application/json" \  -d '{    "databaseName": "string",    "path": "string",    "projectName": "string",    "serviceName": "string",    "storageProviderId": "string"  }'
null