Command Palette
Search for a command to run

Update a machine

Update the configuration of a machine

PUT
/auth/v1/seed/{namespace}/machines/{name}

Path parameters


namespace
type: string
required
The namespace (user or organization) the machine belongs to.
name
type: string
required
The machine name.

Body parameters


cpu
type: integer
Number of vCPUs.
memory_gb
type: integer
Memory in gigabytes.
disk_gb
type: integer
Persistent disk size in gigabytes.
env
type: object
Environment variables to set in the machine, as key-value pairs.
auto_stop_minutes
type: integer

Automatically stop the machine after this many minutes of inactivity. Set to 0 to disable.

Previous Stop a machine

Next Repositories