/
unregister_instances
unregister_instances
The unregister_instances operator lets you remove instances from the configuration. Available only in the Enterprise Edition.
Synopsis
unregister_instances(instance_id[,instance_id]*);
Library
The unregister_instances() operator resides in the System library. Run the following query to load this library:
AFL% load_library('system');
Summary
The unregister_instances operator lets you remove instances from the configuration. The specified instances must not be "members" according to list_instances() and must not be reside in the residency of any array (i.e. must not contain any array data) according to list_array_residency().
Examples
The unregister_instances operator is used only for system administration. For details, see Removing Dead Instances.
, multiple selections available,
Related content
remove_instances
remove_instances
More like this
remove_instances
remove_instances
More like this
list_instances
list_instances
More like this
remove
remove
More like this