The stop
command in MarinaBox CLI is used to stop a running session using its session ID. This ensures that resources are released and the session is gracefully terminated.
This command stops a specific active session identified by its session_id
. It:
If the session ID is invalid or the session is already stopped, an error message is displayed:
session_id
from the list
command to ensure you’re targeting the correct active session.list-closed
command to view stopped sessions.The stop
command in MarinaBox CLI is used to stop a running session using its session ID. This ensures that resources are released and the session is gracefully terminated.
This command stops a specific active session identified by its session_id
. It:
If the session ID is invalid or the session is already stopped, an error message is displayed:
session_id
from the list
command to ensure you’re targeting the correct active session.list-closed
command to view stopped sessions.