Docker
Stop Container
Stop a running Docker container.
Sends a stop signal to the specified container, allowing it to gracefully shut down. The container will move to the "exited" state but will not be removed. Use this to pause trading activity without losing container state.
Use this endpoint to temporarily stop a bot (e.g., during maintenance) while preserving the ability to restart it quickly.
post/docker/stop-container/{container_name}
Path parameters
container_namestring required
Response
Successful Response
object required