Ploi API
Ploi API

Run site file backup

Run the site file backups.

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

Example request:

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

Example response:

HTTP/1.1 200 OK
Content-Type: application/json

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