POST /v1/cloud_storage/automated_recovery

Initializes a cluster recovery.

application/json

Body

  • cluster_uuid_override string(uuid)

    Optional cluster UUID to recover. If not provided, auto-discover selects the manifest with highest sequence number.

Responses

  • 200

    Cluster recovery was initialized successfully

POST /v1/cloud_storage/automated_recovery
curl \
 --request POST 'http://localhost:9644/v1/cloud_storage/automated_recovery' \
 --header "Content-Type: application/json" \
 --data '{"cluster_uuid_override":"string"}'
Request examples
{
  "cluster_uuid_override": "string"
}