diff --git a/playground.clab.yaml b/playground.clab.yaml
index 9ce863d8b48c1ed7333e1eadf519af34a458346a..e3c0a90523702c961f801143a83207a892187b3d 100644
--- a/playground.clab.yaml
+++ b/playground.clab.yaml
@@ -46,7 +46,7 @@ topology:
       mgmt-ipv4: 172.100.20.10
       binds:
         - ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS01.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS01.yaml --insecure
 
     kms2:
       kind: linux
@@ -54,7 +54,7 @@ topology:
       mgmt-ipv4: 172.100.20.11
       binds:
         - ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS02.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS02.yaml --insecure
 
     kms3:
       kind: linux
@@ -62,7 +62,7 @@ topology:
       mgmt-ipv4: 172.100.20.12
       binds:
         - ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS03.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS03.yaml --insecure
 
     kms4:
       kind: linux
@@ -70,7 +70,7 @@ topology:
       mgmt-ipv4: 172.100.20.13
       binds:
         - ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml
-      cmd: start --log debug --kms_config /tmp/kms/config/goKMS04.yaml --insecure
+      cmd: --log debug --kms_config /tmp/kms/config/goKMS04.yaml --insecure
 
     qlayer01:
       kind: linux