v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_GradientAI Platform

Update a Workspace

To update a workspace, send a PUT request to /v2/gen-ai/workspaces/{workspace_uuid}. The response body is a JSON object containing the workspace.

put/v2/gen-ai/workspaces/{workspace_uuid}

Path parameters

workspace_uuidstring required

Workspace UUID.

Request body

descriptionstring

The new description of the workspace

namestring

The new name of the workspace

workspace_uuidstring

Workspace UUID.

Example request

{
  "description": "example string",
  "name": "example name",
  "workspace_uuid": "123e4567-e89b-12d3-a456-426614174000"
}

Response

A successful response.