Skip to content

Cancel Legal Hold

backup_cancel_legal_hold R Documentation

Description

Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

Usage

backup_cancel_legal_hold(LegalHoldId, CancelDescription,
  RetainRecordInDays)

Arguments

LegalHoldId

[required] The ID of the legal hold.

CancelDescription

[required] A string the describes the reason for removing the legal hold.

RetainRecordInDays

The integer amount, in days, after which to remove legal hold.

Value

An empty list.

Request syntax

svc$cancel_legal_hold(
  LegalHoldId = "string",
  CancelDescription = "string",
  RetainRecordInDays = 123
)