Logical Backup Examples
Authentication
GET 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header "X-API-Key: ${API_KEY}"Logical Dump Backup
curl --location 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-Key: ${API_KEY}' \
--data '{
"backup_type": "dump",
"schedule": "once",
"service_id": "dbtgf28044362"
}'Logical Cron Backup
Last updated
Was this helpful?

