Dataflowジョブがダッシュボード全体に散らかり、失敗したジョブをプロジェクトから削除したいのですが。しかし、ダッシュボードには、Dataflowジョブを削除するオプションが表示されません。私は少なくとも以下のようなものを探しています、
$ gcloud beta dataflow jobs delete JOB_ID
すべてのジョブを削除するには、
$ gcloud beta dataflow jobs delete
誰かがこれを手伝ってくれませんか?
残念ながら、これは現在不可能です。 Dataflowジョブは削除できません。これは public issue tracker を介してリクエストできるものです(これも過去に欲しかったものです)。
gcloud dataflow jobs --help
コマンド
コマンドは次のいずれかです。
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.