Skip to content

Commit

Permalink
Update missing part of CLI message
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Nov 22, 2024
1 parent 10c0c18 commit 0ead71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/client/cli/session/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def destroy(session_names, forced, owner, stats, recursive):
if forced:
print_warn(
"If you have destroyed a session whose status is one of "
"[`PULLING`, `SCHEDULED`, `PREPARING`, `TERMINATING`, `ERROR`], "
"[`CREATING`, `TERMINATING`, `ERROR`], "
"Manual cleanup of actual containers may be required."
)
if stats:
Expand Down

0 comments on commit 0ead71f

Please sign in to comment.