@digitalocean/dots - v1.0.1
    Preparing search index...

    Returns a websocket URL that allows sending/receiving console input and output to a component of the specified deployment if one exists. Optionally, the instance_name parameter can be provided to retrieve the exec URL for a specific instance. Note that instances are ephemeral; therefore, we recommended to avoid making persistent changes or such scripting around them.

    interface ExecRequestBuilderGetQueryParameters {
        instanceName?: string;
    }
    Index

    Properties

    Properties

    instanceName?: string

    The name of the actively running ephemeral compute instance