terraform-cloud-mcp

by severity1
Verified

unlock_workspace

Remove workspace locks in Terraform Cloud to enable run queuing and restore normal operation. Use the API endpoint /workspaces/{workspace_id}/actions/unlock to unlock specified workspaces.

Instructions

Unlock a workspace.

Removes the lock from a workspace, allowing runs to be queued. This enables normal operation of the workspace after it was previously locked. API endpoint: POST /workspaces/{workspace_id}/actions/unlock Args: workspace_id: The ID of the workspace to unlock (format: "ws-xxxxxxxx") Returns: The workspace with updated lock status and related metadata See: docs/tools/workspace_tools.md for usage examples

Input Schema

NameRequiredDescriptionDefault
workspace_idYes

Input Schema (JSON Schema)

{ "properties": { "workspace_id": { "title": "Workspace Id", "type": "string" } }, "required": [ "workspace_id" ], "title": "unlock_workspaceArguments", "type": "object" }
ID: iukijjkm1e