---
title: stop using
card_id: 48929
---

# stop using

`stop using [ph:stack]`

The `stop using` command removes a stack from the message-passing order. Handlers in the stack script of the removed stack will no longer be available for use to the current stack.

## Examples

```
stop using stack "My Favorite Scripts"
```

## Related Topics

* [stacksInUse](/HyperTalkReference/properties/stacksInUse)
* [start using](/HyperTalkReference/commands/start-using)
