Run site file backup

Run a site file backup immediately.


POST/api/backups/file/{fileBackupId}/run

Run site file backup

This endpoint allows you to manually trigger a site file backup to run immediately, outside of its scheduled interval.

Request

POST
/api/backups/file/{fileBackupId}/run
curl -X POST "https://ploi.io/api/backups/file/1/run" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

{
  "status": "ok",
  "message": "Site file backup is running"
}