Docker

Remove Container

Remove a Hummingbot container and archive its trading data.

Stops and removes the specified Hummingbot container, then archives the bot's instance data (configurations, logs, database) either locally or to S3. This ensures trading history is preserved before container removal.

Important: This endpoint ONLY works with Hummingbot containers (names must start with "hummingbot-"). For general container removal, use Docker CLI directly.

Use this endpoint when decommissioning a bot to ensure its data is safely archived before cleanup.

post/docker/remove-container/{container_name}

Path parameters

container_namestring required

Query parameters

archive_locallyboolean
s3_bucketstring

Response

Successful Response

object required

Changes