runtime endpoint update
Roll a runtime endpoint to a version.
Description
Roll an endpoint to a target version
(PUT /agent-runtimes/{id}/endpoints/{endpointId}?version=<value>). No body.
The service also exposes a deprecated PATCH variant; this PUT is canonical and
the PATCH QC row maps to it.
Synopsis
Arguments
<id> (string) — runtime id. Required.
<endpoint-id> (string) — endpoint id. Required.
Options
--version (integer) — target version (required, positive).
Examples
Global options
All grn agentbase commands accept:
-o, --output json|table|id— output format (defaulttable)-i, --interactive— prompt for missing required parameters- The shared
grnglobal options:--profile,--region,--query,--endpoint-url,--debug