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

    Type Alias AiExecutionModificationRequestWithIdentifier

    AiExecutionModificationRequestWithIdentifier: {
        id: AiExecutionId;
        targetStatus: "STOPPED" | "DELETED";
    } & Record<string, any>

    Request object for changing the target status of an execution (currently STOPPED and DELETED are supported)

    Type Declaration

    • id: AiExecutionId
    • targetStatus: "STOPPED" | "DELETED"

      Desired target status of the execution (currently STOPPED and DELETED are supported)

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