Skip to main content

diagrid agent update

Update an Agent

Description

Update an Agent in a project.

diagrid agent update <agent> [flags]

Examples


# Set or update the Agent endpoint
diagrid agent update my-agent --project my-project --endpoint https://myagent.myorg.com/

# Remove the Agent endpoint (make it identity-only)
diagrid agent update my-agent --project my-project --endpoint ""

Options

-p, --project string Name of existing project
-e, --endpoint string Endpoint used to establish outbound connectivity from the Agent to your external application. Pass an empty value to remove it
-w, --wait Wait for long-running resource update to finish
-h, --help help for update

Options inherited from parent commands

--api-key string Diagrid Cloud API key

SEE ALSO