# sm.pipeGraph.removeAutomatedTasks

Removes any stored automated tasks for the requesting shape.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.pipeGraph.removeAutomatedTasks( requester )
```

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

**Availability:** Server only

**Parameters:**

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