CtrlK
BlogDocsLog inGet started
Tessl Logo

stop-cloud-environment

Gracefully stop the current remote cloud agent environment. Use when the user asks to stop, quit, shut down, or exit the current cloud/remote agent workspace running inside its Docker container. Do not use for local agent runs unless the user explicitly confirms they want to stop the remote Docker environment.

SKILL.md
Quality
Evals
Security

Stop Cloud Environment

Gracefully stop the current remote agent workspace by asking the dock process to quit.

Instructions

Use this only when the current run is a remote agent run inside the workspace Docker container, or when the user explicitly asks to stop that remote environment.

Run exactly:

/usr/local/bin/fleet-launcher dock quit

Notes:

  • fleet-launcher is a Go binary at /usr/local/bin/fleet-launcher.
  • The dock quit subcommand discovers the running workspace automatically; do not ask for or provide a port or token.
  • The command calls POST /quit on the dock HTTP API, which invokes dockExit.quit(0) for a clean exit with code 0.
  • If the command is missing or not executable, report that the current environment does not appear to support remote dock shutdown. Do not improvise alternate API calls unless the user asks for troubleshooting.
Repository
JetBrains/jcp-air
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.