Stop Failback
drs_stop_failback | R Documentation |
Stops the failback process for a specified Recovery Instance¶
Description¶
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
Usage¶
drs_stop_failback(recoveryInstanceID)
Arguments¶
recoveryInstanceID |
[required] The ID of the Recovery Instance we want to stop failback for. |
Value¶
An empty list.
Request syntax¶
svc$stop_failback(
recoveryInstanceID = "string"
)