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

delete

Deletes a team from an organization.

Usage

terrakube team delete --organization <ORG> --id <TEAM_ID>

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--id

String

Yes

Team ID.

Examples

terrakube team delete -o "$ORG_ID" --id "$TEAM_ID"

Last updated

Was this helpful?