@qbraid-core
    Preparing search index...

    Interface ServerStopResponseV1

    Response for stopping a server (V1).

    interface ServerStopResponseV1 {
        clusterId: string;
        message: string;
        status: "stopping" | "stopped";
    }
    Index

    Properties

    clusterId: string
    message: string
    status: "stopping" | "stopped"