Search code examples
pythontensorflowgoogle-cloud-platformgoogle-compute-engineobject-detection-api

Unable to delete a Tensorflow training job on google cloud


I have created 2 Tensorflow Object Detection jobs on Google Cloud. I cancelled one of them and the other has failed. I have tried looking for ways to delete these jobs but am unable to do so. Is there any way I can delete the jobs? Also, will I be billed for these jobs even though they are cancelled/stopped?

enter image description here


Solution

  • It appears that you cannot currently delete GCP AI Platform jobs. The API only describes four operations for jobs: create, cancel, get, and list. No option is available in the UI either.

    Jobs in the cancelled and stopped state will not accrue additional charges.