Skip to Content

stop

The stop command is used to stop a running job.

Usage

bytesalt stop [job-id]

Arguments

  • [job-id] (optional): The unique identifier of the job you want to stop. If no ID is provided, the command will attempt to stop the last job run on your machine.

Description

When you run the stop command, Bytesalt will attempt to gracefully terminate the specified job. If the job is in the “running” state, it will be stopped, and its status will be updated to “stopped.”

Last updated on