powered by
Deletes an Amazon FSx backup, deleting its contents. After deletion, the backup no longer exists, and its data is gone.
The delete_backup call returns instantly. The backup will not show up in later describe_backups calls.
delete_backup
describe_backups
The data in a deleted backup is also deleted and can't be recovered by any means.
fsx_delete_backup(BackupId, ClientRequestToken)
A list with the following syntax:
list( BackupId = "string", Lifecycle = "AVAILABLE"|"CREATING"|"TRANSFERRING"|"DELETED"|"FAILED"|"PENDING" )
[required] The ID of the backup you want to delete.
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
svc$delete_backup( BackupId = "string", ClientRequestToken = "string" )
if (FALSE) { # This operation deletes an Amazon FSx file system backup. svc$delete_backup( BackupId = "backup-03e3c82e0183b7b6b" ) }
Run the code above in your browser using DataLab