Synopsis
Shell
$ phrony agents deprecate AGENT@VERSIONDescription
Marks a single published version as deprecated. Deprecated versions cannot be activated with deploy or used for new run invocations while they remain deprecated.
AGENT@VERSION is namespace/name@semver.
Example
Shell
$ phrony agents deprecate demo/echo-agent@1.0.0On success:
Text
deprecated demo/echo-agent@1.0.0 (id: <version-id>)Up next