@edgible-team/sdk
    Preparing search index...

    Interface ApplicationRedeployResult

    Result of POST /applications/{id}/redeploy (ADR-0008 full lane §0.5). A redeploy is a ref-neutral force-re-realization of the CURRENT release: it bumps the app-level redeployToken (a monotonic nudge) so the serving agent force-recreates the workload. No version is cut and currentReleaseVersion is left exactly where it was.

    interface ApplicationRedeployResult {
        applicationId: string;
        currentReleaseVersion: number;
        redeployToken: number;
    }
    Index

    Properties

    applicationId: string
    currentReleaseVersion: number

    The release the deployment pointer targets — unchanged by a redeploy.

    redeployToken: number

    The post-increment token value (absent-on-the-row means it was 0).