Update a machine
Update the configuration of a machine
PUT
Path parameters
namespace
type: string
requiredThe namespace (user or organization) the machine belongs to.
name
type: string
requiredThe 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 →