@ptkl/sdk - v1.18.0
    Preparing search index...

    Interface UpdateRuntimePayload

    interface UpdateRuntimePayload {
        env_vars?: Record<string, string>;
        image?: string;
        resources?: ResourceSpec;
        tags?: string[];
    }
    Index

    Properties

    env_vars?: Record<string, string>
    image?: string
    resources?: ResourceSpec
    tags?: string[]