Skip to main content

Enable Automatic Backup

This API enables the automatic backup, allowing it to run according to its configured schedule.

Endpoint Details

URL/v1/backup/config/enable
MethodPOST
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Response

Here is an example response after the request has been successfully processed:

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether the automatic backup was successfully enabled

info
  • A valid Bearer Token is required to access this endpoint.
  • Once enabled, the automatic backup runs according to the schedule defined in the backup configuration.