如何删除gcloud Dataflow作业? [英] How to delete a gcloud Dataflow job?

查看:70
本文介绍了如何删除gcloud Dataflow作业?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

数据流作业在我的所有仪表板上都很混乱,我想从项目中删除失败的作业.但是在仪表板上,我看不到任何删除数据流作业的选项.我正在寻找至少像下面这样的东西,

The Dataflow jobs are cluttered all over my dashboard, and I'd like to delete the failed jobs from my project. But in the dashboard, I don't see any option to delete the Dataflow job. I'm looking for something like below at least,

$ gcloud beta dataflow jobs delete JOB_ID

要删除所有作业,

$ gcloud beta dataflow jobs delete

有人可以帮我吗?

推荐答案

不幸的是,这当前是不可能的.您无法删除数据流作业.您可以通过公共问题跟踪器(过去我也想要它.)

Unfortunately, this is not currently possible. You cannot delete a Dataflow job. This is something that you could request via the public issue tracker (I've wanted it in the past too).

gcloud dataflow jobs --help

命令

COMMAND是以下之一:

COMMAND is one of the following:

 cancel
    Cancels all jobs that match the command line arguments.

 describe
    Outputs the Job object resulting from the Get API.

 drain
    Drains all jobs that match the command line arguments.

 list
    Lists all jobs in a particular project.

 run
    Runs a job from the specified path.

 show
    Shows a short description of the given job.

这篇关于如何删除gcloud Dataflow作业?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆