update
Last updated
Was this helpful?
Updates agent endpoint URL or configuration properties.
terrakube agent update --organization <ORG> --id <AGT_ID> --url <URL> [flags]terrakube agent update -o "$ORG_ID" \
--id "$AGT_ID" \
--name "agent01" \
--url "https://localhost:8181" \
--description "Updated agent URL" \
--output jsonLast updated
Was this helpful?
Was this helpful?