Skip to main content
Infrastructure/Resource Deletion
POSTDeletionSince 1.0SynchronousAuth Required

RecoverResource

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

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • resourceTypeStringRequired

    Type of the soft-deleted resource to recover

  • resourceUuidStringRequired

    UUID of the soft-deleted resource to recover

Body Fields

  • operatorStringRequired

    Account name or ID of the operator initiating the recovery

    Example: admin

Responses

200 OK

On success, this API returns the following response structure.

  • phaseString

    Current lifecycle phase after the recovery operation

    Example: Running

Endpoint

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

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

Operation ID

RecoverResource

Permalink

Request Example

curl -X POST '{host}/api/v1/deletion/{resourceType}/{resourceUuid}/recover' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'

Response Example

200
{
  "phase": "Running"
}

Change History

This API has no change history records yet.

View all change history