Skip to main content

Update Workspace

PUT 

/api/v1/workspaces/:workspace_id

Update a workspace's name, status, and/or cache setting.

  • Set name to update the workspace name
  • Set status to 'active' or 'inactive' to change the workspace status
  • When setting status to 'inactive', all active connections for the workspace will be automatically disabled
  • Set cache_enabled to true/false to enable or disable Context Store caching for this workspace

Request

Responses

Successful Response