Runtime

Runtime

retire

Retire a published agent version.

Synopsis

Shell
$ phrony agents retire AGENT@VERSION

Description

Sets retired_at on a published version. Retired versions cannot be deployed or run. Use retire when a version should leave the registry permanently (for example after a long deprecation window).

AGENT@VERSION is namespace/name@semver.

Example

Shell
$ phrony agents retire demo/echo-agent@0.9.0

On success:

Text
retired demo/echo-agent@0.9.0 (id: <version-id>)

Up next

deprecate

Mark as not runnable without retiring.

versions

List version status in the registry.