Skip to main content
Infrastructure/Resource Deletion

RecoverResource

Recover a soft-deleted resource and restore it to active state

POST/api/v1/deletion/{resourceType}/{resourceUuid}/recover

Operation ID

RecoverResource

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • resourceType
    StringRequired

    Type of the soft-deleted resource to recover

  • resourceUuid
    StringRequired

    UUID of the soft-deleted resource to recover

Body Fields

  • operator
    StringRequired

    Account name or ID of the operator initiating the recovery

    Example: admin

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • phase
    String

    Current lifecycle phase after the recovery operation

    Example: Running