interface UpdateServerRequest {
    description?: string;
    name?: string;
    serverId: string;
    tags?: string[];
    zone?: Zone;
}

Properties

description?: string

Description associated with the server, max 255 characters, not updated if null.

name?: string

Name of the server (≠hostname), not updated if null.

serverId: string

ID of the server to update.

tags?: string[]

Tags associated with the server, not updated if null.

zone?: Zone

Zone to target. If none is passed will use default zone from the config.