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

    Interface DeployApplicationRequest

    Kick-off payload for the deploy LRO. canonical is unknown by design.

    interface DeployApplicationRequest {
        allowHostnameRemoval?: boolean;
        canonical: unknown;
    }
    Index

    Properties

    allowHostnameRemoval?: boolean

    ADR-0015: acknowledge an apply that removes currently-routable hostnames (409 HOSTNAME_REMOVAL_BLOCKED without it). Rides the request body as the sibling key allowHostnameRemoval.

    canonical: unknown