@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias TakeRuntimeBackupRequest

    TakeRuntimeBackupRequest

    Request body for taking a runtime backup.

    type TakeRuntimeBackupRequest = {
        backupId?: BackupId | null;
    }
    Index
    backupId?: BackupId | null

    The id of the backup to take. Must be omitted if continuous backups and/or a backup or checkpoint schedule is enabled for the physical tenant.