Skip to main content

Disable Automatic Backup

This API disables the automatic backup, preventing it from running on its schedule.

Endpoint Details

URL/v1/backup/config/disable
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 disabled

info
  • A valid Bearer Token is required to access this endpoint.
  • Once disabled, the automatic backup no longer runs on its schedule until it is enabled again.