diff --git a/src/dstack/_internal/cli/commands/pool.py b/src/dstack/_internal/cli/commands/pool.py index c6990d8b7..f93181c92 100644 --- a/src/dstack/_internal/cli/commands/pool.py +++ b/src/dstack/_internal/cli/commands/pool.py @@ -117,9 +117,10 @@ def _register(self) -> None: # remove instance remove_parser = subparsers.add_parser( - "remove", + "rm", help="Remove instance from the pool", formatter_class=self._parser.formatter_class, + aliases=["remove"], ) remove_parser.add_argument( "instance_name",