For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

Permanently deletes a workspace from an organization.

Usage

terrakube workspace delete --organization <ORG> --id <WS_ID>

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--id

String

Yes

Workspace ID.

Examples

terrakube workspace delete -o "$ORG_ID" --id "$WS_ID"

Last updated

Was this helpful?