Update backup schedule
Update the backup schedule for a specific instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/backup/update-schedule" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''{
"message": "Backup schedule successfully updated",
"data": {
"next_run": "14-09-2023 04:00:00"
}
}