Point-In-Time Restore
Authentication
GET 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header "X-API-Key: ${API_KEY}"Important Note
Usage Examples
API Example
curl --location 'https://api.skysql.com/skybackup/v1/restores' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header "X-API-Key: ${API_KEY}" \
--data '{
"service_id": "<SERVICE_ID>",
"id":"<BACKUP_SOURCE_SERVICE_ID>",
"point_in_time":"<RESTORE_POINT_IN_TIME, UTC, FORMAT: YYYY-MM-DD HH:MM:SS>"
}'MariaDB Cloud Portal Example
Limitations
Last updated
Was this helpful?

