-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move 'delete job/env' content to dedicated environment pages (#6724)
- Loading branch information
Showing
6 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,38 +8,14 @@ id: delete-environment-job | |
|
||
To delete an environment or job in dbt Cloud, you must have a `developer` [license](/docs/cloud/manage-access/seats-and-users) and have the necessary [access permissions](/docs/cloud/manage-access/about-user-access). | ||
|
||
## Delete a job | ||
### Delete a job | ||
|
||
To delete a job or multiple jobs in dbt Cloud: | ||
import DeleteJob from '/snippets/_delete-job.md'; | ||
|
||
1. Click **Deploy** on the navigation header. | ||
2. Click **Jobs** and select the job(s) you want to delete. | ||
3. Click **Settings** on the top right of the page and then click **Edit**. | ||
4. Scroll to the bottom of the page and click **Delete** to delete the job. <br /> | ||
<DeleteJob/> | ||
|
||
<figure> | ||
<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-job.png" width="100%" title="Delete a job"/> | ||
<figcaption align = "center">Delete a job</figcaption> | ||
</figure> | ||
### Delete an environment | ||
|
||
5. Confirm your action in the **Confirm Delete** pop-up by clicking **Confirm Delete** in the bottom right to delete the job immediately. This action cannot be undone. However, you can create a new job with the same information if the deletion was made in error. | ||
import DeleteEnvironment from '/snippets/_delete-environment.md'; | ||
|
||
Refresh the page, and the deleted job should now be gone. If you want to delete multiple jobs, you'll need to perform these steps for each job. | ||
|
||
## Delete an environment | ||
|
||
Deleting an environment automatically deletes its associated job(s). If you want to keep those jobs, move them to a different environment first. To delete an environment in dbt Cloud: | ||
|
||
1. Click **Deploy** on the navigation header and then click **Environments** | ||
2. Select the Environment you want to delete. | ||
3. Click **Settings** on the top right of the page and then click **Edit**. | ||
4. Scroll to the bottom of the page and click **Delete** to delete the environment. <br /> | ||
|
||
<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-environment.png" width="100%" title="Delete an environment"/> | ||
|
||
5. Confirm your action in the **Confirm Delete** pop-up by clicking **Confirm Delete** in the bottom right to delete the environment immediately. This action cannot be undone. However, you can create a new environment with the same information if the deletion was made in error. <br /><br /> | ||
|
||
|
||
Refresh your page, and the deleted environment should now be gone. If you want to delete multiple environments, you'll need to perform these steps to delete each one. | ||
|
||
If you're having any issues, feel free to [contact us](mailto:[email protected]) for additional help. | ||
<DeleteEnvironment/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Deleting an environment automatically deletes its associated job(s). If you want to keep those jobs, move them to a different environment first. | ||
|
||
Follow these steps to delete an environment in dbt Cloud: | ||
|
||
1. Click **Deploy** on the navigation header and then click **Environments** | ||
2. Select the environment you want to delete. | ||
3. Click **Settings** on the top right of the page and then click **Edit**. | ||
4. Scroll to the bottom of the page and click **Delete** to delete the environment. | ||
|
||
<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-environment.png" width="90%" title="Delete an environment"/> | ||
|
||
5. Confirm your action in the pop-up by clicking **Confirm delete** in the bottom right to delete the environment immediately. This action cannot be undone. However, you can create a new environment with the same information if the deletion was made in error. | ||
6. Refresh your page and the deleted environment should now be gone. To delete multiple environments, you'll need to perform these steps to delete each one. | ||
|
||
If you're having any issues, feel free to [contact us](mailto:[email protected]) for additional help. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
To delete a job or multiple jobs in dbt Cloud: | ||
|
||
1. Click **Deploy** on the navigation header. | ||
2. Click **Jobs** and select the job you want to delete. | ||
3. Click **Settings** on the top right of the page and then click **Edit**. | ||
4. Scroll to the bottom of the page and click **Delete** to delete the job. <br /> | ||
|
||
<figure> | ||
<Lightbox src="/img/docs/dbt-cloud/cloud-configuring-dbt-cloud/delete-job.png" width="100%" title="Delete a job"/> | ||
</figure> | ||
|
||
5. Confirm your action in the pop-up by clicking **Confirm delete** in the bottom right to delete the job immediately. This action cannot be undone. However, you can create a new job with the same information if the deletion was made in error. | ||
6. Refresh the page, and the deleted job should now be gone. If you want to delete multiple jobs, you'll need to perform these steps for each job. | ||
|
||
If you're having any issues, feel free to [contact us](mailto:[email protected]) for additional help. |