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
resourceTypeStringRequiredType of the soft-deleted resource to recover
resourceUuidStringRequiredUUID of the soft-deleted resource to recover
Body Fields
operatorStringRequiredAccount name or ID of the operator initiating the recovery
Example: admin
Responses
Endpoint
POST/api/v1/deletion/{resourceType}/{resourceUuid}/recover
/api/v1/deletion/{resourceType}/{resourceUuid}/recover
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.
