Skip to main content
PATCH
cURL
CONTINUUM PREVIEW
This endpoint is only supported by Continuum organizations. Refer to the Continuum documentation for more details.
This endpoint is in Preview and subject to change. Refer to the API support policy for more details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

The unique identifier of the workspace.

Body

application/json

The changes to apply to the workspace.

default_virtual_cpu_burst_limit
integer<int32>

Omitted leaves the current default. Applies only to virtual clusters created after this change.

name
string

Omitted leaves the current name.

Response

A successful response.

A workspace is a named handle for the infrastructure a set of virtual clusters runs on.

cloud_provider
enum<string>
required
  • GCP: The Google Cloud Platform cloud provider.
  • AWS: The Amazon Web Services cloud provider.
  • AZURE: The Azure cloud provider.
Available options:
GCP,
AWS,
AZURE
created_at
string<date-time>
required

The date and time the workspace was created.

default_virtual_cpu_burst_limit
integer<int32>
required

The vCPU burst limit a virtual cluster gets when its create request does not ask for a specific one. Changing this value in a workspace does not affect clusters that already exist in the workspace, only newly created clusters.

id
string
required

The unique identifier of the workspace.

name
string
required

The name of the workspace.

regions
string[]
required

The regions the workspace spans. A virtual cluster created into it may use any subset of these and no others.

updated_at
string<date-time>
required

The date and time the workspace was last modified.