Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/windmill-api/index.ts>ConfigService

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
class ConfigService
import { ConfigService } from "https://deno.land/x/windmill@v1.415.2/windmill-api/index.ts";

Static Methods

deleteConfig(unnamed 0: { name: string; }): CancelablePromise<string>

Delete Config

getConfig(unnamed 0: { name: string; }): CancelablePromise<any>

get config

listAutoscalingEvents(unnamed 0: { workerGroup: string; }): CancelablePromise<Array<AutoscalingEvent>>

List autoscaling events

list configs

listWorkerGroups(): CancelablePromise<Array<{ name: string; config: any; }>>

list worker groups

updateConfig(unnamed 0: { name: string; requestBody: any; }): CancelablePromise<string>

Update config