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

    Type Alias AiDeploymentModificationRequestWithIdentifier

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

    Request object for changing the target status of a deployment ( STOPPED and DELETED are supported)

    Type Declaration

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

      Deployment target status

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