MethodPathDescription
PUT/v1/crdbs/{crdb_guid}/purgePurge data from an instance that was forcibly removed from the Active-Active database

Purge data from removed instance

PUT /v1/crdbs/{crdb_guid}/purge

Purge the data from an instance that was removed from the Active-Active database by force.

When you force the removal of an instance from an Active-Active database, the removed instance keeps the data and configuration according to the last successful synchronization.

To delete the data and configuration from the forcefully removed instance you must use this API (Must be executed locally on the removed instance).

Request

Example HTTP request

PUT /crdbs/1/purge

URL parameters

FieldTypeDescription
crdb_guidstringGlobally unique Active-Active database ID (GUID)

Request body

FieldTypeDescription
instancesarray of integersArray of unique instance IDs

Response

Returns a CRDB task object.

Status codes

CodeDescription
200 OKAction was successful.
400 Bad RequestThe request is invalid or malformed.
401 UnauthorizedUnauthorized request. Invalid credentials
404 Not FoundConfiguration, instance, or Active-Active database not found.