pipeline remove-job
Remove specific job from a pipeline in Studio
Synopsis
Description
This command removes a specific job from a pipeline in Studio. This operation can only be performed on PAUSED pipelines, and only PENDING jobs (jobs that have not yet started running) can be removed. You cannot remove jobs from pipelines that are actively running or already completed.
When you remove a job from the pipeline, the pipeline graph is automatically updated to reflect the change.
Arguments
name- Name of the pipelinejob_id- ID of the job to remove
Options
-t TEAM, --team TEAM- Team the pipeline belongs to (default: from config)-h,--help- Show the help message and exit.-v,--verbose- Be verbose.-q,--quiet- Be quiet.
Example
Command
Notes
- You can run
datachain pipeline statusto see the list of jobs and their IDs. - You can run
datachain pipeline pauseto pause a running pipeline so you can remove jobs from it.