# Managing Jobs/Pipelines

## Copy&#x20;

A job or pipeline's config can be copied to a new job/pipeline. This will create a deep copy of the job or pipeline. Meaning any configuration changes to the new job or pipeline will not affect the original job/pipeline.&#x20;

To copy a job open the `More` menu and press the copy button.&#x20;

### Copy Job

<figure><img src="https://651785290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLYwCtfZtrK4s43AVzb4%2Fuploads%2FWjyhwRiYOCN3qocscxnC%2Fimage.png?alt=media&#x26;token=cccdb17c-cd97-495e-b7bb-b0fe7f738d95" alt=""><figcaption></figcaption></figure>

<figure><img src="https://651785290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLYwCtfZtrK4s43AVzb4%2Fuploads%2F8j0ehoaLU9T5yslqG31F%2Fimage.png?alt=media&#x26;token=64e193ba-34ba-423f-9526-fb9f3be244bd" alt=""><figcaption></figcaption></figure>

When a job is copied all config for the job will be copied to the new job. Meaning all the endpoints and manipulators will be copied to the new job. This is a deep copy so any manipulator config changes to the new job will not affect the original job.&#x20;

### pipeline

<figure><img src="https://651785290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLYwCtfZtrK4s43AVzb4%2Fuploads%2FuASl27222U8GbMT7N2v1%2Fimage.png?alt=media&#x26;token=4118eab9-afa6-4ea4-b37e-39bee598882b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://651785290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLYwCtfZtrK4s43AVzb4%2Fuploads%2F3Ki2HJeguYekkm7zaeiv%2Fimage.png?alt=media&#x26;token=d364ef58-dba2-4900-973c-7d4118b96d9e" alt=""><figcaption></figcaption></figure>

When a pipeline is copied all config for the pipeline will be copied to the new pipeline. Meaning all the steps, with the jobs, and any start transaction options (such as overwrite job config).&#x20;

## Active

Jobs and pipelines can either be active or not. An active job/pipeline is a job or pipeline that can be run. The activity status of a job/pipeline can be toggled to manage jobs and pipelines. The activity status can be used to "archive" older jobs or pipelines that are not longer necessary.&#x20;

Jobs and pipelines can be filtered for active or inactive status. Simply press the button at the top of the page to change the filter.&#x20;

<figure><img src="https://651785290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLYwCtfZtrK4s43AVzb4%2Fuploads%2F4oy7Ym9sGjYE0EGo1K3i%2Fimage.png?alt=media&#x26;token=38f80efa-f110-4ec5-98b2-965610fd6df0" alt=""><figcaption></figcaption></figure>

A job or pipeline's activity status can be toggled. Open the "More" menu and press the "toggle activity" button.&#x20;

<figure><img src="https://651785290-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnLYwCtfZtrK4s43AVzb4%2Fuploads%2FHW0xueWgq4enTkS41J2C%2Fimage.png?alt=media&#x26;token=ee213fd4-58ef-42a2-98ae-3492eb51c101" alt=""><figcaption></figcaption></figure>

This button is a toggle and can be used on an active or inactive job/pipeline. If a job or pipeline is currently active, the button will then make the job/pipeline inactive. If the job/pipeline is inactive, the button will then make the job/pipeline active.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://motivlabs.gitbook.io/impulse-user-manual/getting-started/managing-jobs-pipelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
