이 페이지에서는 Batch 작업을 취소하는 방법을 설명합니다.
실행을 중지하거나 실행하지 않으려는 작업을 취소합니다.
의도한 대로 작동하지 않을 때마다 실행을 자동으로 중지하고 실패하도록 작업을 구성하는 것이 좋습니다. 예를 들어 0이 아닌 종료 코드 또는 제한 시간을 반환하도록 실행 가능 항목을 구성합니다. 하지만 실제로는 완료되지 않은 작업을 수동으로 중지해야 할 수도 있습니다. 예를 들어 문제를 해결해야 하는 경우 작업을 취소하거나 아직 완료되지 않은 작업을 교체해야 합니다.
성공 및 실패한 작업과 마찬가지로 취소된 작업은 최대 60일 동안 프로젝트에 남아 있으며 그 후에는 Google Cloud에서 자동으로 삭제됩니다. 작업을 취소하고 작업 정보를 보관할 필요가 없는 경우 즉시 작업을 삭제할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-02(UTC)"],[[["This page outlines the process for canceling Batch jobs, which is useful for stopping jobs that are running or preventing jobs from starting."],["Canceling a job can be done manually, for example, when a job requires troubleshooting, or it should be configured to automatically stop by a non-zero exit code or timeout."],["To cancel a job, you need the Batch Job Editor role (`roles/batch.jobsEditor`) and can do so using either the `gcloud alpha batch jobs cancel` command in the Google Cloud CLI or the `jobs.cancel` v1alpha method in the Batch API."],["Cancelled jobs, similar to succeeded and failed jobs, remain in the project for 60 days before being automatically deleted by Google Cloud, but you can delete the job immediately to not keep the information if desired."],["Before canceling a job, make sure to have enabled Batch and completed the prerequisites, and remember to replace placeholders like `JOB_NAME` and `LOCATION` with your specific job and location details."]]],[]]