nc forget

Forget jobs from the trace.


nc: Usage Message

NC FORGET:
    Forget jobs from the trace.
    If the jobs are running they are first stopped (if you use -forcerunning)
    If the jobs are queued, they are removed from the queue.

USAGE:
    % nc forget [OPTIONS] <jobId> ...

OPTIONS:
    -normal                 -- Forget all my jobs older than 1 day.
    -n                      -- Shortcut for -normal.
    -age   <age>            -- Forget all my jobs older than the
                               specified age (except running jobs).
    -J    <jobname>         -- Forget all my jobs with given name.
    -set  <setname>         -- Forget all jobs in given set.
    -mine                   -- Forget all my jobs (regardless of age).
    -allusers               -- Forget jobs belonging to other users too.
                               Need to be ADMIN.
    -dir  <dirname>         -- Forget all jobs in the given directory.
    -subdirs <dirname>      -- Forget all jobs in the given directory and
                               all subdirectories.
    -selrule <rule>         -- Selection rule for jobs to forget.
    -forcerunning           -- Force running jobs to stop before forgetting.
    -h                      -- This message.
    -v                      -- Increase verbosity.
    -quiet                  -- Quiet forget. Ignore errors.
    -system                 -- Include system jobs (implied for explicit jobIds)

 EXAMPLES:
    % nc forget -n
    % nc forget -age 1h
    % nc forget -mine -dir .
    % nc forget -allusers -dir .
    % nc forget -set MyExperiment
    % nc forget -set MyExperiment -forcerunning