Skip to content

Disassociate Recovery Point

backup_disassociate_recovery_point R Documentation

Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS

Description

Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.

Does not support snapshot backup recovery points.

Usage

backup_disassociate_recovery_point(BackupVaultName, RecoveryPointArn)

Arguments

BackupVaultName

[required] The unique name of an Backup vault.

RecoveryPointArn

[required] An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.

Value

An empty list.

Request syntax

svc$disassociate_recovery_point(
  BackupVaultName = "string",
  RecoveryPointArn = "string"
)