Skip to main content
Module

x/ptereno/lib/types/application.ts>UpdateServerStartupOptions

An efficient and fully compliant Pterodactyl API wrapper.
Latest
interface UpdateServerStartupOptions
import { type UpdateServerStartupOptions } from "https://deno.land/x/ptereno@v1.0.1/lib/types/application.ts";

Properties

startup: string

The startup command used by the server.

environment: Record<string, string>

The key-pair value representing the environment variables.

All environment variables and their respective values must be included.

egg: number

The egg id

image: string

The URL for the docker image.

optional
skipScripts: boolean

When enabled, the install script will not be ran during installation.