-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(srv): jobs several updates before pb MTA-3999 (#2525)
* docs(srv): jobs several updates before pb MTA-3999 * docs(srv): add stop job page * docs(srv): fix * docs(srv): fix * docs(srv): docs review
- Loading branch information
1 parent
cce1505
commit 05a8e27
Showing
8 changed files
with
58 additions
and
16 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
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
meta: | ||
title: How to stop a Serverless Job | ||
description: This page explains how to stop a Serverless Job | ||
content: | ||
h1: How to stop a Serverless Job | ||
paragraph: This page explains how to stop a Serverless Job | ||
tags: stop execute abort start serverless job scaleway | ||
dates: | ||
validation: 2023-12-12 | ||
posted: 2021-12-12 | ||
categories: | ||
- serverless | ||
- jobs | ||
--- | ||
|
||
This page shows you how to manually stop a Serverless Job from the Scaleway console. | ||
|
||
<Macro id="iam-requirements" /> | ||
|
||
<Message type="requirement"> | ||
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com) | ||
- You have [a job currently running](/serverless/jobs/how-to/run-job/) | ||
</Message> | ||
|
||
1. Click **Jobs** in the **Serverless** section of the side menu. The Serverless Jobs page displays. | ||
|
||
2. Click the name of the job you want to stop. The job **Overview** tab displays. | ||
|
||
3. From the **Job runs** section, click the <Icon name="more" /> icon next to the job you want to stop, and select **Stop job** from the drop-down menu. | ||
|
||
The status of you job changes to `canceled`. | ||
|
||
<Message type="note"> | ||
A stopped job cannot be resumed. | ||
</Message> | ||
|
||
<Navigation> | ||
<PreviousButton to="/serverless/jobs/how-to/monitor-job/">How to monitor a Serverless Job</PreviousButton> | ||
<NextButton to="/serverless/jobs/how-to/delete-job/">How to delete a Serverless Job</NextButton> | ||
</Navigation> |
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