This section will contain a more detailed description soon. For the time being, you can feel free to rely on the auto-generated information to get started!
Successfully found backups
No or invalid API key provided to the request
Could not find the environment or the user does not have permissions to retrieve data
Error occurred while retrieving backups
{- "environment": {
- "display_name": "MyEnvironment",
- "backups": [
- {
- "id": 123456789,
- "name": "mySiteName-1234567890-backupType",
- "note": "Daily Auto Backup",
- "type": "manual",
- "created_at": 1665382600770
}
]
}
}
Successfully found downloadable backups
No or invalid API key provided to the request
Could not find the environment or the user does not have permissions to retrieve data
Error occurred while retrieving downloadable backups
{- "environment": {
- "display_name": "MyEnvironment",
- "downloadable_backups": [
- {
- "id": "1915fa3a-7ef4-4766-806d-71104be7deb0",
- "created_at": 1665382600770,
- "expires_at": 1665382600770,
- "is_generation_in_progress": true
}
]
}
}
Restore backup to environment action started. Check MyKinsta for status
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
Error occurred while restoring backup to environment
{- "backup_id": 123456789,
- "env_display_name_of_backup": "my-env"
}
{- "operation_id": "backups:restore-54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "message": "Restoring a backup to environment in progress",
- "status": 202
}