Editing a Job

Edit (update) a job in Data Science to change some options.

When the job is in the Active or Creating state, similar to creating a pipeline, you can change the following values:

  • Name
  • Description
  • Compute shape
  • Storage (block storage size)
  • VCN
  • Subnet
  • Storage mounts
  • Tags
    1. On the Projects list page, select the project that contains the jobs that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Jobs.
      All jobs in the selected project are displayed in a table.
    3. Find the job that you want to work with.
    4. From the Actions menu (three dots) for the job, select Edit.
    5. On the Edit job page, update the fields you want to change.
      For reference on fields, see Creating a Job.
    6. Select Save changes.
  • Use the oci data-science job update command and required parameters to edit (update) a job:

    oci data-science job update --job-id <job-id> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the UpdateJob operation to edit (update) a job.