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

update

Updates agent endpoint URL or configuration properties.

Usage

terrakube agent update --organization <ORG> --id <AGT_ID> --url <URL> [flags]

Examples

terrakube agent update -o "$ORG_ID" \
  --id "$AGT_ID" \
  --name "agent01" \
  --url "https://localhost:8181" \
  --description "Updated agent URL" \
  --output json

Last updated

Was this helpful?