delete_recovery_instance

drs.Client.delete_recovery_instance(**kwargs)

Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.

See also: AWS API Documentation

Request Syntax

response = client.delete_recovery_instance(
    recoveryInstanceID='string'
)
Parameters
recoveryInstanceID (string) --

[REQUIRED]

The ID of the Recovery Instance to be deleted.

Returns
None

Exceptions

  • drs.Client.exceptions.InternalServerException
  • drs.Client.exceptions.ConflictException
  • drs.Client.exceptions.ThrottlingException
  • drs.Client.exceptions.AccessDeniedException
  • drs.Client.exceptions.UninitializedAccountException