# sm.pipeGraph.removeAutomatedTask

Removes all stored automated tasks capable of producing the specified item from a producing shape.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.pipeGraph.removeAutomatedTask( requester, item )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.pipeGraph.md#removeautomatedtask)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `requester` | [Shape](../Game-Script-Environment/Userdata/Shape.md) | The requesting shape. |
| `item` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The production to stop. |
