Skip to content

Backup Restore conditions #795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6621,8 +6621,13 @@ paths:
post:
x-linode-grant: read_write
summary: Backup Restore
description: >
description: |
Restores a Linode's Backup to the specified Linode.

The following conditions apply:
* Backups may not be restored across Regions.
* Only successfully completed Backups that are not undergoing maintenance can be restored.
* The Linode that the Backup is being restored to must not itself be in the process of creating a Backup.
tags:
- Linode Instances
operationId: restoreBackup
Expand Down