unlock_workspace
Removes the lock from a Terraform Cloud workspace, enabling the queueing of runs and resuming normal operations after a lock was applied. Requires a workspace ID to execute.
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.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace_id | Yes |