# Interactable.removeContainer

Removes the container stored in the given index inside the controller

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:removeContainer( index )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Interactable.md#removecontainer)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable. |
| `index` | integer | The index of the container. |
