Skip to content

Commit cac369a

Browse files
committed
small fix
1 parent 6ea87bc commit cac369a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2026-04-27-Running-a-Local-LLM-Coding-Agent-on-Scaleway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ pkill -f "ssh.*scaleway-l40s"
947947

948948
# delete the project itself; this fails if any resource is left in it,
949949
# which makes it a good final check
950-
scw account project delete $PROJECT_ID
950+
scw account project delete project-id=$PROJECT_ID
951951
```
952952

953953
If `project delete` succeeds, every billable resource is gone.

_posts/WP_2026-04-27-Running-a-Local-LLM-Coding-Agent-on-Scaleway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ pkill -f "ssh.*scaleway-l40s"
926926

927927
# delete the project itself; this fails if any resource is left in it,
928928
# which makes it a good final check
929-
scw account project delete $PROJECT_ID
929+
scw account project delete project-id=$PROJECT_ID
930930
```
931931

932932
If `project delete` succeeds, every billable resource is gone.

0 commit comments

Comments
 (0)