Once the watsonx Orchestrate server is installed, you can perform the following actions using the ADK CLI:

Viewing server logs

To display server logs, run:
BASH
orchestrate server logs

Launching the local UI

To start the local UI for watsonx Orchestrate Developer Edition, run:
BASH
orchestrate chat start
Access the UI at: http://localhost:3000/chat-lite

Resetting the server

To stop the server, remove all Docker containers, and reset data volumes, run:
BASH
orchestrate server reset