DewaVPS

Delete backup schedule

GET
/instance/{instance_uuid}/backup/schedules/{backup_id}/delete

Delete a specific backup schedule from an instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid
backup_id*integer

ID of the backup schedule

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/backup/schedules/0/delete"
{
  "message": "Backup schedule successfully removed",
  "data": {
    "backup": "dbd9d221-8e93-4901-bb73-e2d59863aa61",
    "remove_file": true
  }
}