Permanently deletes a workspace from an organization.
terrakube workspace delete --organization <ORG> --id <WS_ID>
--organization
-o
String
Yes
Organization ID or name.
--id
Workspace ID.
terrakube workspace delete -o "$ORG_ID" --id "$WS_ID"
Last updated 13 days ago
Was this helpful?