Use these commands to manage the lifecycle of an existing profile container.

Syntax

./mcpgen start [--no-smoke] <container_name>
./mcpgen stop <container_name>
./mcpgen restart [--no-smoke] <container_name>
Where,
  • The start command launches the container associated with the specified profile. Use --no-smoke to skip the automatic smoke test after start.
  • The stop command halts the running container for the profile.
  • The restart command stops and then starts the container. Use --no-smoke to skip the automatic smoke test after restart.
Note: If only one container exists, the name is auto-detected and can be omitted.