terraform-cloud-mcp

by severity1
Verified

delete_organization

Permanently deletes an organization from Terraform Cloud, removing all associated workspaces, teams, and resources. This irreversible action frees the organization name for potential future use. Ensure accuracy before proceeding.

Instructions

Delete an organization from Terraform Cloud

Permanently removes an organization including all its workspaces, teams, and resources. This action cannot be undone. Organization names are globally unique and cannot be recreated with the same name later. API endpoint: DELETE /organizations/{organization} Args: organization: The name of the organization to delete (required) Returns: Success confirmation (HTTP 204 No Content) or error details See: docs/tools/organization_tools.md for usage examples

Input Schema

NameRequiredDescriptionDefault
organizationYes

Input Schema (JSON Schema)

{ "properties": { "organization": { "title": "Organization", "type": "string" } }, "required": [ "organization" ], "title": "delete_organizationArguments", "type": "object" }
ID: iukijjkm1e