@qbraid-core
    Preparing search index...

    Interface ServerStartResponseV1

    Response for starting a server (V1).

    interface ServerStartResponseV1 {
        clusterId: string;
        message: string;
        profile: string;
        status: "starting" | "started";
    }
    Index

    Properties

    clusterId: string
    message: string
    profile: string
    status: "starting" | "started"