Loading...
Execute the specific backup to create a restore point.
OK
const response = await fetch('/v1/backups/{backupName}/runNow?clusterSeq=text', { method: 'POST', headers: {}, }); const data = await response.json();