Returns names of all servers whose status is not terminal-stopped. Includes transient pre-running
states and Errored. Use for operations that must interrupt servers regardless of lifecycle progress.
Removes a server and waits for lifecycle cleanup such as OAuth authorization cancellation and credential removal.
Optionaloptions: { interactive?: boolean }Optionalinteractive?: booleantrue when the start was initiated by a direct user action;
false (default) for autostart and other non-interactive paths. Non-interactive starts
do not launch a browser for OAuth authorization.
Adds or updates a server and waits until manager state is safe for dependent follow-up operations such as autostart.