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

    Type Alias AiExecutionModificationRequest

    AiExecutionModificationRequest: { targetStatus: "STOPPED" } & Record<
        string,
        any,
    >

    Request object for changing the target status of an execution (currently only STOPPED is supported)

    Type Declaration

    • targetStatus: "STOPPED"

      Desired target status of the execution (currently only STOPPED is supported)

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