## Pipeline.remove_step()


Remove a step by index.


Usage


``` python
Pipeline.remove_step(index)
```


## Parameters


`index: int`  
The step index to remove.


## Returns


`Pipeline`  
Self, for chaining.
