SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AiExecutionScheduleModificationRequest

    AiExecutionScheduleModificationRequest: {
        configurationId?: AiConfigurationId;
        cron?: AiCron;
        end?: string;
        start?: string;
        status?: AiExecutionScheduleStatus;
    } & Record<string, any>

    Request object for changing the execution schedule

    Type Declaration

    • OptionalconfigurationId?: AiConfigurationId
    • Optionalcron?: AiCron
    • Optionalend?: string

      Timestamp, defining when the executions should stop running Format: "date-time".

    • Optionalstart?: string

      Timestamp, defining when the executions should start running periodically, defaults to now Format: "date-time".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • Optionalstatus?: AiExecutionScheduleStatus