Start/stop the execution schedule for the specific backup.
OK
const response = await fetch('/v1/backups/schedules/{scheduleName}/pause?clusterSeq=text', { method: 'POST', headers: {}, }); const data = await response.json();