Snapshot Backup Examples
Authentication
GET 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header "X-API-Key: ${API_KEY}"Snapshot Backup Scheduling
One-Time Snapshot Example
Example: Creating a One-time Snapshot Backup
curl --location 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: $API_KEY' \
--data '{
"backup_type": "snapshot",
"schedule": "once",
"service_id": "$SERVICE_ID"
}'Cron Snapshot Example
Last updated
Was this helpful?

