v1
latestSwagger 2.02026-07-1792120.1 KBrecover
Recover the Coordinator when unsealing of the existing state fails.
This API endpoint is only available when the coordinator is in recovery mode. Before you can use the endpoint, you need to decrypt the recovery secret which you may have received when setting the manifest initially. See Recovering the Coordinator to retrieve the recovery key needed to use this API endpoint correctly.
Example for recovering the Coordinator with curl:
curl -k -X POST --data-binary @recovery_key_decrypted "https://$MARBLERUN/recover"
post/recover
Request body
integer[] required
Response
Example response
{
"Status": "success"
}