maple.state.store.remove_container

maple.state.store.remove_container(container_id: str) bool

Remove a container from tracking.

Deletes a container record from the database. Does not stop or remove the actual container.

Parameters:

container_id – Unique container identifier.

Returns:

True if a container was removed, False if not found.