Runtime

Runtime

deprecate

Mark a published agent version as not runnable.

Synopsis

Shell
$ phrony agents deprecate AGENT@VERSION

Description

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.0

On success:

Text
deprecated demo/echo-agent@1.0.0 (id: <version-id>)

Up next

retire

Permanent version-level retire.

deploy

Activate a non-deprecated version.