table of contents
PEGASUS-REMOVE(1) | Pegasus Manual | PEGASUS-REMOVE(1) |
NAME¶
pegasus-remove - removes a workflow that has been planned and submitted using pegasus-plan and pegasus-run
SYNOPSIS¶
pegasus-remove [-d dagid] [-v] [rundir]
DESCRIPTION¶
The pegasus-remove command remove a submitted/running workflow that has been planned and submitted using pegasus-plan and pegasus-run. The command can be invoked either in the planned directory with no options and arguments or just the full path to the run directory.
OPTIONS¶
By default pegasus-remove does not require any options or arguments if invoked from within the planned workflow directory. If running the command outside the workflow directory then a full path to the workflow directory needs to be specified or the dagid of the workflow to be removed.
pegasus-remove takes the following options:
-d dagid, --dagid dagid
-v, --verbose
rundir
RETURN VALUE¶
If the workflow is removed successfully pegasus-remove returns with an exit code of 0. However, in case of error, a non-zero exit code indicates problems. An error message clearly marks the cause.
FILES¶
The following files are opened:
braindump
ENVIRONMENT VARIABLES¶
PATH
SEE ALSO¶
pegasus-plan(1), pegasus-run(1)
AUTHORS¶
Gaurang Mehta <gmehta at isi dot edu>
Jens-S. Vöckler <voeckler at isi dot edu>
Pegasus Team http://pegasus.isi.edu
11/09/2018 | Pegasus 4.4.0 |