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

delete

Deletes an organization tag.

Usage

terrakube tag delete --organization <ORG_NAME_OR_ID> --id <TAG_ID> [flags]

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Name or ID of the parent organization.

--id

String

Yes

UUID of the tag to delete.

Examples

Delete a tag

terrakube tag delete -o "demo-org" --id "456e7890-e89b-12d3-a456-426614174000"

Last updated

Was this helpful?