v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBDatabase
Updates the backup schedule time for a project
Sets the time at which the daily backup runs. The change takes effect on the next backup window that includes the new time. If the new time has already passed for today, the first backup at the new time will occur the following day. It can only be updated 3 times per 24 hours.
patch/v1/projects/{ref}/database/backups/schedule
Path parameters
refstring required
Example:abcdefghijklmnopqrst
Project ref
Request body
Example request
{
"schedule_for": "04:00:00"
}Response
Example response
{
"schedule_for": "04:00:00",
"updated_at": "2026-05-04T14:40:44+00:00"
}