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

delete

Deletes a UI action registration.

Usage

terrakube action delete --id <ACTION_ID> [flags]

Flags

Flag
Short
Type
Required
Description

--id

String

Yes

UUID of the action to delete.

Examples

Delete an action

terrakube action delete --id "123e4567-e89b-12d3-a456-426614174000"

Last updated

Was this helpful?