Terrakube MCP Server

by AzBuilder
Verified

edit-workspace

Modify workspace details such as name, Terraform version, VCS provider, repository URL, and description in the Terrakube MCP Server for streamlined infrastructure management.

Instructions

Updates an existing workspace's details

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew workspace description
nameNoNew workspace name
organizationIdYesOrganization ID
terraformVersionNoNew Terraform version
vcsProviderNoNew VCS provider
vcsRepoNoNew VCS repository URL
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New workspace description", "type": "string" }, "name": { "description": "New workspace name", "type": "string" }, "organizationId": { "description": "Organization ID", "type": "string" }, "terraformVersion": { "description": "New Terraform version", "type": "string" }, "vcsProvider": { "description": "New VCS provider", "type": "string" }, "vcsRepo": { "description": "New VCS repository URL", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "organizationId", "workspaceId" ], "type": "object" }

You must be authenticated.

Other Tools from Terrakube MCP Server

Related Tools

ID: lomk5z9d0a