Skip to main content

unregister_runtime

Function
This function is defined in the registry module.
Unregister a runtime from the global registry.

Signature

Parameters

str
required
Runtime identifier

Returns

bool
True if runtime was found and removed, False otherwise

Uses

  • _global_registry.unregister

Source

View on GitHub

praisonaiagents/runtime/registry.py at line 334