Update organization quota policy.

Updates (or creates) the organization-level quota policy.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the organization.

Body Params

Organization-level quota policy: aggregate quota caps, per-user defaults applied to
users without an override, and per-workspace resource sizing.

int32

Maximum sandboxes allowed for the organization. Must be positive.

string

Maximum total CPU in millicores allowed for the organization. Must be positive.

string

Maximum total RAM in bytes allowed for the organization. Must be positive.

string

Maximum total ephemeral-storage requests in bytes allowed for the organization. Must be positive.

string

Maximum total PVC size in bytes allowed for the organization. Must be positive.

int32

Default maximum sandboxes per user (applies to users without an override). Must be positive.

string

Default maximum CPU in millicores per user (applies to users without an override). Must be positive.

string

Default maximum RAM in bytes per user (applies to users without an override). Must be positive.

string

Default maximum total ephemeral-storage requests in bytes per user (applies to users without an override). Must be positive.

string

Default maximum total PVC size in bytes per user (applies to users without an override). Must be positive.

string

Workspace (sandbox) CPU request in millicores.

string

Workspace (sandbox) RAM request in bytes.

string

Workspace (sandbox) CPU limit in millicores. Must be >= workspace_cpu_millicores.

string

Workspace (sandbox) RAM limit in bytes. Must be >= workspace_ram_bytes.

string

Workspace (sandbox) ephemeral-storage request in bytes. Must be positive.
A per-organization 0 re-defers to the blueprint at the data layer (omit-when-zero on
the wire), but zero is not expressible via this API.

string

Workspace (sandbox) ephemeral-storage limit in bytes. Must be positive and

= workspace_ephemeral_storage_bytes.

string

Workspace (sandbox) PVC claim size in bytes. Must be positive.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json